From owner-freebsd-java@FreeBSD.ORG Thu Nov 20 00:44:21 2003 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 C173316A4CE for ; Thu, 20 Nov 2003 00:44:21 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id A96E443F93 for ; Thu, 20 Nov 2003 00:44:20 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.24; FreeBSD) id 1AMkQD-000Cuz-PN; Thu, 20 Nov 2003 10:44:17 +0200 Date: Thu, 20 Nov 2003 10:44:17 +0200 From: Sheldon Hearn To: Richard Ellis Message-ID: <20031120084417.GN11487@starjuice.net> Mail-Followup-To: Richard Ellis , freebsd-java@freebsd.org References: <3FBC7856.4050101@computer.org> <20031120082549.GA23094@grimoire.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031120082549.GA23094@grimoire.chen.org.nz> User-Agent: Mutt/1.5.4i cc: freebsd-java@freebsd.org Subject: Re: Compiling JDK1.4 on FreeBSD 5.1 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: Thu, 20 Nov 2003 08:44:21 -0000 On (2003/11/20 21:25), Jonathan Chen wrote: > > I'm trying to compile the jdk1.4 port on 5.1 but can't find the distfile: > > > > >> j2sdk-1_4_2-bin-scsl.zip doesn't seem to exist in /usr/ports/distfiles/. > > etc > > You're supposed to read the error message and get the files from > http://www.sun.com/software/java2/download.html Note that you have to download _two_ distribution files for the jdk14 build now. In the past, you only needed one. Ciao, Sheldon.