From owner-freebsd-questions@FreeBSD.ORG Mon May 12 15:55:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 031B110656BA for ; Mon, 12 May 2008 15:55:21 +0000 (UTC) (envelope-from angrywolf@flashmail.com) Received: from mail00a.mail.t-online.hu (mail00a.mail.t-online.hu [84.2.40.5]) by mx1.freebsd.org (Postfix) with ESMTP id B15538FC16 for ; Mon, 12 May 2008 15:55:20 +0000 (UTC) (envelope-from angrywolf@flashmail.com) Received: from 555555.no-ip.org (catv54032777.pool.t-online.hu [84.3.39.119]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail00a.mail.t-online.hu (Postfix) with ESMTPSA id 6E57520B68C for ; Mon, 12 May 2008 17:55:17 +0200 (CEST) Received: from gep7.555555.no-ip.org (unknown [172.16.0.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by 555555.no-ip.org (Postfix) with ESMTP id 5367F11448 for ; Mon, 12 May 2008 17:55:17 +0200 (CEST) From: AngryWolf To: freebsd-questions@freebsd.org Date: Mon, 12 May 2008 17:55:10 +0200 User-Agent: KMail/1.9.7 References: <17179367.post@talk.nabble.com> <200805121748.51856.angrywolf@flashmail.com> In-Reply-To: <200805121748.51856.angrywolf@flashmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805121755.10751.angrywolf@flashmail.com> Subject: Re: netbeans 6.0.1 not run X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 15:55:21 -0000 Correction, if you are at the phase of installing the port, then yes, unsetting $JAVA_HOME was the only way for me to install the port. -- AngryWolf angrywolf@flashmail.com On Monday 12 May 2008 17.48.51 AngryWolf wrote: > Hi, > > Setting up JAVA_HOME correctly, helped for me: > > $ echo $JAVA_HOME > /usr/local/jdk1.6.0 > > Nothing else was needed.