From owner-freebsd-java@FreeBSD.ORG Mon Jun 7 23:30:43 2004 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 886C716A4CE for ; Mon, 7 Jun 2004 23:30:43 +0000 (GMT) Received: from nixil.net (nixil.org [161.58.222.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14D6343D1D for ; Mon, 7 Jun 2004 23:30:43 +0000 (GMT) (envelope-from ethan@hkfanatic.com) Received: from [192.168.1.4] (h-66-167-14-158.dnvtco56.dynamic.covad.net [66.167.14.158]) (authenticated bits=0) by nixil.net (8.12.11/8.12.11) with ESMTP id i57NUf6i074983; Mon, 7 Jun 2004 17:30:42 -0600 (MDT) Message-ID: <40C4FAA2.2080103@hkfanatic.com> Date: Mon, 07 Jun 2004 17:30:42 -0600 From: Ethan Killian User-Agent: Mozilla Thunderbird 0.6 (X11/20040519) X-Accept-Language: en-us, en MIME-Version: 1.0 To: djkuzenko@indigomoon.ca, freebsd-java@freebsd.org References: <40C26132.7070705@indigomoon.ca> In-Reply-To: <40C26132.7070705@indigomoon.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeded SMTP authentication, not delayed by milter-greylist-1.2.2 (nixil.net [161.58.222.1]); Mon, 07 Jun 2004 17:30:42 -0600 (MDT) Subject: Re: jdk 1.4 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, 07 Jun 2004 23:30:43 -0000 Don, In case nobody else has replied yet. I have Java 1.4.2 running on my FreeBSD 5.2.1 installation. The hardest part that I have found is downloading the 3, and sometimes a few other, files. You need to at least have these files: j2sdk-1_4_2-src-scsl.zip j2sdk-1_4_2-bin-scsl.zip bsd-jdk14-patches-6.tar.gz Check your /usr/ports/distfiles/ to see which you might already have. If you are missing any, download them. Generally just running 'make install' in the /usr/ports/java/jdk14/ directory will tell you if you are still missing any files. Try to run 'make clean' in that directory before retrying as well. If you get any more errors, please paste the exact error message into the email so we can determine what is happening. Thanks, Ethan Killian Don Kuzenko wrote: > When installing jdk1.4 on FreeBSD 5.2.1 I encounter the following > > I place j2sdk-1_4_2-src-scsl.zip in /usr/ports/distfiles but it still > tells me to do just that when I run make in the /usr/ports/java/jdk14 > directory > > I have already applied patch bsd-jdk14-patches-5 > > TIA, hopefully you have a hint for me > > cheers > > don > > _______________________________________________ > 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"