From owner-freebsd-java@FreeBSD.ORG Mon Jun 2 11:23:10 2003 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 77EB437B404; Mon, 2 Jun 2003 11:23:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19FEF43F85; Mon, 2 Jun 2003 11:23:10 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from freefall.freebsd.org (olgeni@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h52IN9Up086406; Mon, 2 Jun 2003 11:23:09 -0700 (PDT) (envelope-from olgeni@freefall.freebsd.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h52IN9OD086405; Mon, 2 Jun 2003 11:23:09 -0700 (PDT) Date: Mon, 2 Jun 2003 11:23:09 -0700 (PDT) From: Jimmy Olgeni Message-Id: <200306021823.h52IN9OD086405@freefall.freebsd.org> To: java@freebsd.org, kaeru@pd.jaring.my Subject: Re: netbeans port and jpda 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, 02 Jun 2003 18:23:11 -0000 On Mon, 3 Jun 2003, Khairil Yusof wrote: > Once JDK_HOME is set, then it works without any problems. The port > startup scripts will load netbeans even if this isn't set. This is actually a bug in the port: I tried to use the javavm wrapper to avoid telling netbeans about the JDK home, but clearly this wasn't a very smart move... now it should work fine. > Sorry to be a nuisance. You're welcome :) -- jimmy