From owner-freebsd-java@FreeBSD.ORG Fri Nov 12 07:47:16 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 7E3F616A4CE for ; Fri, 12 Nov 2004 07:47:16 +0000 (GMT) Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [80.166.152.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C34A43D31 for ; Fri, 12 Nov 2004 07:47:16 +0000 (GMT) (envelope-from xi@borderworlds.dk) Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (Postfix) with ESMTP id 5F615B827; Fri, 12 Nov 2004 08:47:14 +0100 (CET) Received: by borg.borderworlds.dk (Postfix, from userid 1001) id 3FD10B86C; Fri, 12 Nov 2004 08:47:14 +0100 (CET) Sender: xi@borderworlds.dk To: Greg Lewis References: <86ekj0c79e.fsf@borg.borderworlds.dk> <20041112040220.GA76106@misty.eyesbeyond.com> From: Christian Laursen Date: 12 Nov 2004 08:47:14 +0100 In-Reply-To: <20041112040220.GA76106@misty.eyesbeyond.com> Message-ID: <86sm7fqzjx.fsf@borg.borderworlds.dk> Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-java@freebsd.org Subject: Re: The new javavmwrapper and PATH 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, 12 Nov 2004 07:47:16 -0000 Greg Lewis writes: > On Fri, Nov 12, 2004 at 12:09:49AM +0100, Christian Laursen wrote: > > I just upgraded to the new javavmwrapper and noticed that one of my java > > programs stopped working. > > > > It runs binaries usually in the path but javavmwrapper sets the path to > > "/bin:/sbin:/usr/bin:/usr/sbin". > > > > Shouldn't $LOCALBASE/bin and $LOCALBASE/sbin be part of the path as well? > > > > Or would it perhaps be better to set the original path back before starting > > the chosen java binary? > > Does the attached diff fix this for you? Yes, thank you. -- Christian Laursen