From owner-freebsd-java@FreeBSD.ORG Mon Jan 5 09:33:30 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 6B00B16A4CE; Mon, 5 Jan 2004 09:33:30 -0800 (PST) Received: from andouillette.esil.univ-mrs.fr (andouillette.esil.univ-mrs.fr [139.124.41.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22C8143D45; Mon, 5 Jan 2004 09:33:27 -0800 (PST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from andouillette.esil.univ-mrs.fr (localhost [127.0.0.1]) i05HXOn5000800; Mon, 5 Jan 2004 18:33:24 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: (from rv@localhost)i05HXOR6000799; Mon, 5 Jan 2004 18:33:24 +0100 (CET) X-Authentication-Warning: andouillette.esil.univ-mrs.fr: rv set sender to herve.quiroz@esil.univ-mrs.fr using -f Date: Mon, 5 Jan 2004 18:33:24 +0100 From: Herve Quiroz To: freebsd-java@FreeBSD.org Message-ID: <20040105173324.GA732@andouillette.esil.univ-mrs.fr> Mail-Followup-To: freebsd-java@FreeBSD.org, Joe Marcus Clarke References: <1073162976.41522.18.camel@shumai.marcuscom.com> <20040105164039.GA2918@misty.eyesbeyond.com> <1073320817.765.37.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1073320817.765.37.camel@gyros> User-Agent: Mutt/1.4.1i cc: Joe Marcus Clarke Subject: Re: Requiring a native VM 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, 05 Jan 2004 17:33:30 -0000 On Mon, Jan 05, 2004 at 11:40:17AM -0500, Joe Marcus Clarke wrote: > > Java-GNOME needs 1.2 or higher. Right now, I'm using: > > USE_JAVA= 1.2+ > > But it would be nice to do: > > USE_NATIVE_JAVA= 1.2+ > Actually the next version of bsd.java.mk already have this kind of hint to enforce a native VM: USE_JAVA= yes JAVA_VERSION= 1.2+ JAVA_OS= native Et voila! The bad news is that it is not yet commited. The good news is that there is already a working version. Available at: http://www.esil.univ-mrs.fr/~hquiroz/freebsd/bsd.java.mk-2.0.html Everything is explained further on the page. And if you plan to use such a feature, why not beta-testing bsd.java.mk 2.0 ? Getting feedback from porters who are using some of the new features (like you) will speedup the developement of bsd.java.mk... and hopefuly its commit will happen sooner. BTW, post 5.2-RELEASE should be the right time to commit bsd.java.mk 2.0 IMHO. This gives us enough time to fix it before the next release. Ernst, you told Greg and I that you were quite busy some months ago. Is this still the case ? I will update bsd.java.mk 2.0 this week and build another snapshot to reflect the latest JDK/JRE releases so you and Greg may review it. Regards, Herve.