diff options
author | glewis <glewis@FreeBSD.org> | 2003-07-21 17:12:55 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-07-21 17:12:55 +0000 |
commit | a206aaff3a7d075ab6ca43b2eca191d71d51607f (patch) | |
tree | acabcfe98204f15e18466c83c994833d1fd8aaff /java/linux-sun-jdk14/pkg-message | |
parent | 8b867941a2050f5187394b87e38a13f9fdaa0daf (diff) | |
download | FreeBSD-ports-a206aaff3a7d075ab6ca43b2eca191d71d51607f.zip FreeBSD-ports-a206aaff3a7d075ab6ca43b2eca191d71d51607f.tar.gz |
. Update recommendations on alternatives.
. Note that you now need to enable linprocfs for this port to work
correctly.
Diffstat (limited to 'java/linux-sun-jdk14/pkg-message')
-rw-r--r-- | java/linux-sun-jdk14/pkg-message | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/java/linux-sun-jdk14/pkg-message b/java/linux-sun-jdk14/pkg-message index e9ddfb2..a69c61e 100644 --- a/java/linux-sun-jdk14/pkg-message +++ b/java/linux-sun-jdk14/pkg-message @@ -1,5 +1,18 @@ -Warning: This JDK is currently unstable, especially if not run as root. +====================================================================== +Warning: This JDK is currently unstable. You are advised to use +either the FreeBSD jdk14 port or one of the jdk13 ports instead. -You are advised to use either of the following JDK ports instead: -o Sun JDK 1.3 for Linux (java/linux-sun-jdk13) -o FreeBSD JDK 1.3 (java/jdk13) +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 + +====================================================================== |