From owner-freebsd-questions@FreeBSD.ORG Sat Jan 31 09:58:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07DB716A4CF for ; Sat, 31 Jan 2004 09:58:15 -0800 (PST) Received: from elkins.org (user41.net272.fl.sprint-hsd.net [64.45.235.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDCAB43D5A for ; Sat, 31 Jan 2004 09:57:44 -0800 (PST) (envelope-from bsd@elkins.org) Received: from kathix.elkins ([192.168.0.10]) by elkins.org with esmtp (Exim 3.36 #1 (Debian)) id 1AmzMh-0003LN-00 for ; Sat, 31 Jan 2004 12:57:07 -0500 From: Jeff Elkins To: Date: Sat, 31 Jan 2004 12:57:07 -0500 User-Agent: KMail/1.5.4 References: <200401292140.03693.jorn@wcborstel.nl> <200401301733.44953.bsd@elkins.org> <014801c3e8eb$3d767d80$050110ac@computerjorn> In-Reply-To: <014801c3e8eb$3d767d80$050110ac@computerjorn> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401311257.07596.bsd@elkins.org> Subject: Re: Building JDK14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2004 17:58:15 -0000 I think it may be a 5.2/JDK 1.4 issue - I installed jdk1.3 and it's working - the compile for a native 1.3jdk is running now... Jeff On Sunday 01 February 2004 12:45 pm, Jorn Argelo wrote: > I didn't mount linprocfs when I compiled blackdown-java actually. Also I > (always) type make all install clean. I don't know if that matters or not > though. > > But other then that I didn't do anything else then you did. > > Cheers, > > Jorn > > ----- Original Message ----- > From: "Jeff Elkins" > To: > Sent: Friday, January 30, 2004 11:33 PM > Subject: Re: Building JDK14 > > > On Friday 30 January 2004 12:17 pm, Jorn Argelo wrote: > > > Well, it's really compiling files now, the previous time it was just 20 > > > hours at the same spot. I guess the blackdown-java version is working > > all > > > > right then since it's still busy compiling files. > > > > > > The javavm -version is giving a good output, so it's working all right > > I'd > > > > say. > > > > Interesting discussion. I obtained all the Sun source and patches and am > > trying to install jdk14 as well, under 5.2. Thus far: > > > > 1. enabled option COMPAT_LINUX for my kernel and rebuilt/installed > > rebooted. > > > 2. mounted linproc with mount -t linprocfs linprocfs /compat/linux/proc > > 3. make install clean /usr/ports/linux-blackdown-jdk14/ > > > > However. when executing > > /usr/local/linux-blackdown-jdk1.4.2/bin/java -version > > > I get: > > > > Error occurred during initialization of VM > > java/lang/NoClassDefFoundError: java/lang/Object > > > > Did I miss a step? > > > > Tx, > > > > Jeff Elkins > > > > > > > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org"