summaryrefslogblamecommitdiff
path: root/java/linux-sun-jdk14/pkg-message
blob: a69c61ec692d06432feceb94bc8101ebb4ef7e73 (plain) (tree)
1
2
3
4


                                                                      
 













                                                                      
======================================================================
Warning: This JDK is currently unstable.  You are advised to use
either the FreeBSD jdk14 port or one of the jdk13 ports instead.

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 

======================================================================