diff options
author | jkim <jkim@FreeBSD.org> | 2014-04-01 09:08:12 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2014-04-01 09:08:12 +0800 |
commit | 3163993a118fcca65166ec2db5d2bef469e52f95 (patch) | |
tree | 9afd286ce7270a127062df9e661aaf33e510f1b6 /java/linux-oracle-jre18/pkg-message | |
parent | 2035be583afc4802fb3329528159a74d77a8c315 (diff) | |
download | freebsd-ports-gnome-3163993a118fcca65166ec2db5d2bef469e52f95.tar.gz freebsd-ports-gnome-3163993a118fcca65166ec2db5d2bef469e52f95.tar.zst freebsd-ports-gnome-3163993a118fcca65166ec2db5d2bef469e52f95.zip |
The Oracle Java 8 JDK/JRE for Linux.
WWW: http://www.oracle.com/us/technologies/java/index.html
Diffstat (limited to 'java/linux-oracle-jre18/pkg-message')
-rw-r--r-- | java/linux-oracle-jre18/pkg-message | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/java/linux-oracle-jre18/pkg-message b/java/linux-oracle-jre18/pkg-message new file mode 100644 index 000000000000..12a14e1d1624 --- /dev/null +++ b/java/linux-oracle-jre18/pkg-message @@ -0,0 +1,19 @@ +====================================================================== + +Warning: This JRE may be unstable. You are advised to use the native +FreeBSD 1.8 JDK, in ports/java/openjdk8. + +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 + +====================================================================== |