From owner-freebsd-java@FreeBSD.ORG Mon Jan 24 19:16:52 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09A3A16A4CE for ; Mon, 24 Jan 2005 19:16:52 +0000 (GMT) Received: from prosporo.hedron.org (hedron.org [66.11.182.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86CA543D31 for ; Mon, 24 Jan 2005 19:16:51 +0000 (GMT) (envelope-from ean@hedron.org) Received: from www.hedron.org (localhost.hedron.org [127.0.0.1]) by prosporo.hedron.org (Postfix) with ESMTP id 87BCAC14D; Mon, 24 Jan 2005 14:17:50 -0500 (EST) Received: from 216.220.59.169 (SquirrelMail authenticated user ean); by www.hedron.org with HTTP; Mon, 24 Jan 2005 14:17:50 -0500 (EST) Message-ID: <2562.216.220.59.169.1106594270.squirrel@216.220.59.169> In-Reply-To: <41F54809.5050100@att.net> References: <41F54809.5050100@att.net> Date: Mon, 24 Jan 2005 14:17:50 -0500 (EST) From: "Ean Kingston" To: "Duane Winner" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: freebsd-java@freebsd.org Subject: Re: no longer need linux compat or linprocfs???? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 19:16:52 -0000 > Hello, > > I am going through our in house procecures for installing FreeBSD and > apps, as we are about to migrate to 5.3. > > I just went through our Java chapter, and when I went to build the > native JDK 1.4, I forgot to mount linprocfs, which I thought I always > needed to do before; but the native JDK seemed to build successfully > anyway. Then I went one step further and tried it again by removing > Linux compatibility from my FreeBSD box, and native JDK still built with > any problems! You probably upgraded from your older system that had a native JDK. To build Java, you need Java. If you already have an older native JDK that gets used. So, you wouldn't need the Linux compatibility layer. There is no binary distribution of Java for FreeBSD. The Linux binary needs to be installed to build the native one if you don't already have an older JDK installed. The linux binary JDK requires linprocfs and Linux compatibility. > It seems like all you have to do anymore is copy the bsd-java tarball > and the three j2sdk tarballs to /usr/ports/distfiles and then run > "portinstall jdk" -- is this correct, or am I spacing out about how we > needed set up Linux Compatibility and linprocfs in the past? > > I just need some confirmation before I update our in-house documentation. > > Thanks a bunch, > Duane > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" >