From owner-freebsd-questions@FreeBSD.ORG Fri Oct 21 08:58:13 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 C403C16A41F for ; Fri, 21 Oct 2005 08:58:13 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F4543D46 for ; Fri, 21 Oct 2005 08:58:13 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 2607A56428; Fri, 21 Oct 2005 21:58:11 +1300 (NZDT) Date: Fri, 21 Oct 2005 21:58:11 +1300 From: Jonathan Chen To: Charles Smyth Message-ID: <20051021085811.GB7895@osiris.chen.org.nz> References: <43581a3d.328.0@utvinternet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43581a3d.328.0@utvinternet.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@FreeBSD.org Subject: Re: Java + Linux 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: Fri, 21 Oct 2005 08:58:13 -0000 On Thu, Oct 20, 2005 at 11:29:17PM +0100, Charles Smyth wrote: > Hi there, > > When I have downloaded the patches and parts from sun.com into the distfiles > directory and run ?make install? in /usr/ports/java/jdk14 for FreeBSD 5.4/6.0 > all goes okay apart from a prompt about also running make install again, with > the Linux parts. Not doing this seems to work okay, as far as I can see. Do > I need the Linux parts at all, since doing as the prompt asks, doesn?t seem > to make any difference to what Java is doing. The Linux Sun-JDK is required to bootstrap the native JDK build. Once the native build completes and installs successfully, the Linux JDK can be removed. The most common problem in getting the Linux JDK to run properly is not mounting the linux procfs, as detailed in ports/java/linux-sun-jdk14/pkg-message. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Vini, vidi, velcro... I came, I saw, I stuck around