From owner-freebsd-java@FreeBSD.ORG Tue Sep 6 06:46:57 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 4AEC616A41F for ; Tue, 6 Sep 2005 06:46:57 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4940D43D49 for ; Tue, 6 Sep 2005 06:46:56 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id j866ci2n003983; Tue, 6 Sep 2005 09:38:44 +0300 Received: from localhost (achill@localhost) by matrix.gatewaynet.com (8.12.8/8.12.8/Submit) with ESMTP id j866cij7003979; Tue, 6 Sep 2005 09:38:44 +0300 Date: Tue, 6 Sep 2005 09:38:44 +0300 (EEST) From: Achilleus Mantzios To: Arvind Nahata In-Reply-To: <20050906055612.74880.qmail@web50110.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT Cc: freebsd-java@freebsd.org Subject: Re: JDK 1.4 on FreeBSD 5.4 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 06:46:57 -0000 O Arvind Nahata έγραψε στις Sep 5, 2005 : > Hi, > > Can someone please point me to the steps to > downloading, installing and using JDK 1.4 on FreeBSD > 5.4? > > I have been trying to do the same in vain and am > reaching some deadline for it. > > Any help, document, will be appreciated. > > I read on the site that because of licensing issues, a > binary cannot be shipped and one has to compile/build > one's own JDK. But steps to achieve the same aren't > visibly available. cd /usr/ports/jdk14 make install Do exactly as the instructions from the above command say to you. Also useful tip: make sure you have a kernel compiled with linprocfs, linux support. if not kldload the above 2 modules. Also: do a mount -t linprocfs on /usr/compat/linux/proc > > Please help! > > Thanks! > > > > > ______________________________________________________ > Click here to donate to the Hurricane Katrina relief effort. > http://store.yahoo.com/redcross-donate3/ > _______________________________________________ > 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" > -- -Achilleus