From owner-freebsd-java@FreeBSD.ORG Thu Nov 11 23:09:51 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 5460E16A4CE for ; Thu, 11 Nov 2004 23:09:51 +0000 (GMT) Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [80.166.152.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD09C43D3F for ; Thu, 11 Nov 2004 23:09:50 +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 5F7FBB81A for ; Fri, 12 Nov 2004 00:09:49 +0100 (CET) Received: by borg.borderworlds.dk (Postfix, from userid 1001) id 3946FB8B5; Fri, 12 Nov 2004 00:09:49 +0100 (CET) Sender: xi@borderworlds.dk To: freebsd-java@freebsd.org From: Christian Laursen Date: 12 Nov 2004 00:09:49 +0100 Message-ID: <86ekj0c79e.fsf@borg.borderworlds.dk> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: 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: Thu, 11 Nov 2004 23:09:51 -0000 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? -- Christian Laursen