Date: Sun, 07 Aug 2005 13:54:03 -0400 From: Chuck Swiger <cswiger@mac.com> To: gerard-seibert@suscom.net Cc: freebsd-questions@freebsd.org Subject: Re: Post JDK14 installation requirements Message-ID: <42F64ABB.2010809@mac.com> In-Reply-To: <20050807133730.E3C3.GERARD-SEIBERT@suscom.net> References: <20050807133730.E3C3.GERARD-SEIBERT@suscom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Gerard Seibert wrote: > In order to install JDK14, I need to run both of these commands: > > kldload linprocfs > mount -t linprocfs linprocfs /compat/linux/proc > > After rebooting the system, do I have to re-run those commands again for > java to be active? Would it be beneficial to put the mount command in > /etc/fstab? I am not sure how to get the other one to run automatically > at bootup if it is required. Normally, one would run those commands once, and use the java port to build a native Java for FreeBSD, which is being bootstrapped from running the precompiled Linux Java package you have to download yourself from Sun. Once you have a native FreeBSD java package, you don't need to mount linprocfs or use Linux emulation to run java.... -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42F64ABB.2010809>