From owner-freebsd-java@FreeBSD.ORG Tue Apr 5 15:44:21 2005 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 63B7816A4CE; Tue, 5 Apr 2005 15:44:21 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id A551C43D53; Tue, 5 Apr 2005 15:44:20 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.3/8.13.3) with ESMTP id j35FiAGo000629; Tue, 5 Apr 2005 09:44:10 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.3/8.13.3/Submit) id j35Fi92q000628; Tue, 5 Apr 2005 09:44:09 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Tue, 5 Apr 2005 09:44:08 -0600 From: Greg Lewis To: Sam Lawrance , java@FreeBSD.org Message-ID: <20050405154408.GA443@misty.eyesbeyond.com> References: <1112706453.750.22.camel@dirk.no.domain> <20050405133205.GA63174@arabica.esil.univ-mrs.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050405133205.GA63174@arabica.esil.univ-mrs.fr> User-Agent: Mutt/1.4.2.1i cc: hq@FreeBSD.org Subject: Re: JDK specific classpaths 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: Tue, 05 Apr 2005 15:44:21 -0000 On Tue, Apr 05, 2005 at 03:32:05PM +0200, Herve Quiroz wrote: > On Tue, Apr 05, 2005 at 11:07:32PM +1000, Sam Lawrance wrote: > That said, and until some volunteer starts working on improving > javavmwrapper, I would go with method #2 (overridable JAVA_HOME). The problem is that although javavmwrapper exports JAVA_HOME to its children, we're wanting to use JAVA_HOME during its invocation. While I don't think a full blown tool to print out JAVA_HOME is necessarily warranted, it may be useful to have javavmwrapper do some substitutions on the command line arguments it is given, e.g. "s/%%JAVA_HOME%%/${JAVA_HOME}" in this particular case. Presently I can only see uses for JAVA_HOME and the version, so this should be quite simple to implement. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org