From owner-freebsd-questions@FreeBSD.ORG Sun Aug 7 18:27:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D423116A424 for ; Sun, 7 Aug 2005 18:27:19 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id D628F43D5C for ; Sun, 7 Aug 2005 17:54:00 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 388F35D28; Sun, 7 Aug 2005 13:54:00 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02474-02; Sun, 7 Aug 2005 13:53:59 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-79-217.ny325.east.verizon.net [68.161.79.217]) by pi.codefab.com (Postfix) with ESMTP id EF8D75C67; Sun, 7 Aug 2005 13:53:57 -0400 (EDT) Message-ID: <42F64ABB.2010809@mac.com> Date: Sun, 07 Aug 2005 13:54:03 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050801 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gerard-seibert@suscom.net References: <20050807133730.E3C3.GERARD-SEIBERT@suscom.net> In-Reply-To: <20050807133730.E3C3.GERARD-SEIBERT@suscom.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: Post JDK14 installation requirements X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2005 18:27:20 -0000 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