aboutsummaryrefslogtreecommitdiff
path: root/java/linux-sun-jdk16/pkg-message
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2003-12-24 14:16:19 +0000
committerErnst de Haan <znerd@FreeBSD.org>2003-12-24 14:16:19 +0000
commit68ea92c3cdd64b8c3a05ac8fbf0dc6f1b2a9554f (patch)
treeb29f77c8e2eb03ff7d6202e5f53ac8f849dc9b52 /java/linux-sun-jdk16/pkg-message
parent55f66aee6f82bc61faee09cd5054af5ed615a797 (diff)
Notes
Diffstat (limited to 'java/linux-sun-jdk16/pkg-message')
-rw-r--r--java/linux-sun-jdk16/pkg-message18
1 files changed, 18 insertions, 0 deletions
diff --git a/java/linux-sun-jdk16/pkg-message b/java/linux-sun-jdk16/pkg-message
new file mode 100644
index 000000000000..6223efcc83a4
--- /dev/null
+++ b/java/linux-sun-jdk16/pkg-message
@@ -0,0 +1,18 @@
+======================================================================
+Warning: This JDK may be unstable. You are advised to use the native
+FreeBSD 1.4 JDK, in ports/java/jdk14.
+
+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
+
+======================================================================