From owner-freebsd-java@FreeBSD.ORG Fri Apr 2 08:37:38 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 E565916A4CE for ; Fri, 2 Apr 2004 08:37:37 -0800 (PST) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9EFB43D3F for ; Fri, 2 Apr 2004 08:37:37 -0800 (PST) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 1B9Rfk-0001p4-00 for freebsd-java@freebsd.org; Fri, 02 Apr 2004 11:37:37 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16493.38608.344289.830687@jerusalem.litteratus.org> Date: Fri, 2 Apr 2004 11:37:36 -0500 To: freebsd-java@freebsd.org In-Reply-To: <20040402150901.GC94758@misty.eyesbeyond.com> References: <16475.55809.46422.34516@jerusalem.litteratus.org> <16492.48354.773289.238942@jerusalem.litteratus.org> <20040402150901.GC94758@misty.eyesbeyond.com> X-Mailer: VM 7.17 under 21.5 (beta16) "celeriac" XEmacs Lucid Subject: Re: sun jdk problem 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: Fri, 02 Apr 2004 16:37:38 -0000 Greg Lewis writes: > > What's gone wrong? Put another way: what information do I need > > to provide to move this along? > > Whats wrong is that the 1.4 JVM has always been flakey under Linux > emulation. I'd suggest moving to the native 1.4 or you'll have to > jump in and start figuring out why FreeBSD's Linux emulation doesn't > work very well with 1.4 JVMs. It is my understanding java/jdk14 requires java/linux-sun-jdk14 to bootstrap the build. From the makefile: BUILD_DEPENDS+= ${JDK14DIR}/bin/javac:${PORTSDIR}/java/linux-sun-jdk14 Am I mistaken? Robert Huff