1[ 2{ type: install 3 message: <<EOM 4Warning: This JDK may be unstable. You are advised to use the native 5BSD JDK 8, in ports/java/openjdk8. 6 7This Java VM will attempt to obtain some system information by 8accessing files in linux's procfs. You must install the Linux 9emulation procfs filesystem for this to work correctly. The JVM 10will exhibit various problems otherwise. This can be accomplished 11by adding the following line to your /etc/fstab file: 12 13 linprocfs /compat/linux/proc linprocfs rw 0 0 14 15and then, as root, executing the commands: 16 17kldload linprocfs 18mount /compat/linux/proc 19EOM 20} 21] 22