From owner-freebsd-java@FreeBSD.ORG Sun Jun 26 17:06:03 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 527F616A41C for ; Sun, 26 Jun 2005 17:06:03 +0000 (GMT) (envelope-from f.staals@zonnet.nl) Received: from smtp2.versatel.nl (smtp2.versatel.nl [62.58.50.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9CF843D49 for ; Sun, 26 Jun 2005 17:06:02 +0000 (GMT) (envelope-from f.staals@zonnet.nl) Received: (qmail 22209 invoked by uid 10); 26 Jun 2005 17:06:00 -0000 Received: (vexira-qq 22201-D9608768 invoked from network) 26 Jun 2005 19:06:00 +0200 Received: from unknown (HELO [192.168.5.2]) ([62.59.173.176]) (envelope-sender ) by smtp2.versatel.nl (qmail-ldap-1.03) with SMTP for < >; 26 Jun 2005 17:06:00 -0000 Message-ID: <42BEE07E.8040100@zonnet.nl> Date: Sun, 26 Jun 2005 19:06:06 +0200 From: Frank Staals User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050521) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vizion References: <42BE1E43.9090908@zousys.com> <20050626042523.GC41119@misty.eyesbeyond.com> <200506260856.12778.vizion@vizion.occoxmail.com> In-Reply-To: <200506260856.12778.vizion@vizion.occoxmail.com> X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.16; VAE: 6.30.0.2; VDF: 6.30.0.11; host: postbode02.zonnet.nl) Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Zousys Info , freebsd-java@freebsd.org Subject: Re: JDK installation 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: Sun, 26 Jun 2005 17:06:03 -0000 Vizion wrote: >On Saturday 25 June 2005 21:25, the author Greg Lewis contributed to the >dialogue on- > Re: JDK installation: > > > >>On Sat, Jun 25, 2005 at 11:17:23PM -0400, Zousys Info wrote: >> >> >>>After spend couple days in java port study, I start to install it. I try >>>linux-sun-jdk14, after download a chunk of supporting libs I >>>successfully install 1.4. Buy when I try to install linux-sun-jdk15, it >>>throw a error: >>> >>>===> linux-sun-jdk-1.5.0.04,2 does not run (core dumps: Bad System Call). >>> >>>Please be noted, before I run 'make install', I used cvsup to update my >>>whole ports set and download the jdk-1_5_0_03-linux-i586.bin to my >>>distfiles in /usr/ports >>> >>>Any suggestion? >>> >>> >>Use the native jdk15 port or upgrade to a newer version of FreeBSD >>(linux-sun-jdk15 will run ok under 5.4). >> >> >Do Not do "make install" >I suggest you make sure your ports collection is up to date using cvs , then >"make clean", then "make" from the ports directory and then "make install". >David > > > > > All