diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2002-11-25 00:30:50 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2002-11-25 00:30:50 +0000 |
commit | 8f406e0f6f9f3137de87cfa0c413f64c7658608c (patch) | |
tree | 76bb5502a34a6f5513d7a7d0018d29b068666b4b /java/linux-ibm-jdk14/pkg-message | |
parent | Change the BROKEN for 5.0 to IGNORE so that bento won't try to compile it. (diff) |
Add a port for IBM's JDK 1.4.0 for Linux.
Notes
Notes:
svn path=/head/; revision=71057
Diffstat (limited to 'java/linux-ibm-jdk14/pkg-message')
-rw-r--r-- | java/linux-ibm-jdk14/pkg-message | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/java/linux-ibm-jdk14/pkg-message b/java/linux-ibm-jdk14/pkg-message new file mode 100644 index 000000000000..74b3334df036 --- /dev/null +++ b/java/linux-ibm-jdk14/pkg-message @@ -0,0 +1,22 @@ +====================================================================== +This Java VM will attempt to detect the number of processors and other +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 core dump 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 + +Also, you must use a kernel with the option USER_LDT enabled. Note +that this option is not enabled in the GENERIC kernel, so you will +need to compile a kernel with this option if you haven't already +done so. + +NOTE: The JVM does not currently exit correctly unless the application + has a specific call to System.exit(). +====================================================================== |