diff options
Diffstat (limited to 'java/linux-sun-jre16/pkg-message')
-rw-r--r-- | java/linux-sun-jre16/pkg-message | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/java/linux-sun-jre16/pkg-message b/java/linux-sun-jre16/pkg-message new file mode 100644 index 00000000000..d5eba7822ae --- /dev/null +++ b/java/linux-sun-jre16/pkg-message @@ -0,0 +1,18 @@ +====================================================================== +Warning: This JRE may be unstable. You are advised to use the native +FreeBSD 1.6 JDK, in ports/java/jdk16. + +This Java VM will attempt to obtain some system information by +accessing files in linux's procfs. You must install the Linux +emulation procfs filesystem for this to work correctly. The JVM +will exhibit various problems otherwise. This can be accomplished +by adding the following line to your /etc/fstab file: + + linprocfs /compat/linux/proc linprocfs rw 0 0 + +and then, as root, executing the commands: + +kldload linprocfs +mount /compat/linux/proc + +====================================================================== |