From 68ea92c3cdd64b8c3a05ac8fbf0dc6f1b2a9554f Mon Sep 17 00:00:00 2001 From: Ernst de Haan Date: Wed, 24 Dec 2003 14:16:19 +0000 Subject: New port: Sun JDK 1.5.x for Linux. Current version is 1.5.0 beta 1. See: http://javalobby.org/thread.jspa?forumID=61&threadID=10482 --- java/linux-sun-jdk16/pkg-message | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 java/linux-sun-jdk16/pkg-message (limited to 'java/linux-sun-jdk16/pkg-message') 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 + +====================================================================== -- cgit v1.2.3