From owner-freebsd-java@FreeBSD.ORG Mon Sep 10 15:35:55 2007 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3844116A417 for ; Mon, 10 Sep 2007 15:35:55 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: from aurynwork1sv1.giulioferro.it (85-18-102-52.ip.fastwebnet.it [85.18.102.52]) by mx1.freebsd.org (Postfix) with ESMTP id C3F9C13C481 for ; Mon, 10 Sep 2007 15:35:54 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: from localhost (localhost [127.0.0.1]) by aurynwork1sv1.giulioferro.it (Postfix) with ESMTP id 9137133C42; Mon, 10 Sep 2007 17:35:09 +0200 (CEST) X-Virus-Scanned: amavisd-new at giulioferro.it Received: from aurynwork1sv1.giulioferro.it ([127.0.0.1]) by localhost (aurynwork1sv1.giulioferro.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id boSRr95s+PbH; Mon, 10 Sep 2007 17:35:05 +0200 (CEST) Received: from aurynmob2.giulioferro.it (unknown [192.168.114.15]) (Authenticated sender: gferro@giulioferro.it) by aurynwork1sv1.giulioferro.it (Postfix) with ESMTP id DBEF233C41; Mon, 10 Sep 2007 17:35:05 +0200 (CEST) Message-ID: <46E56450.3030800@zirakzigil.org> Date: Mon, 10 Sep 2007 17:35:44 +0200 From: Giulio Ferro User-Agent: Thunderbird 2.0.0.5 (X11/20070724) MIME-Version: 1.0 To: Vlad GALU References: <46E29690.6080706@zirakzigil.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: netbeans 6 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2007 15:35:55 -0000 Vlad GALU wrote: > On 9/8/07, Giulio Ferro wrote: > >> Has anybody been able to install netbeans 6? >> >> When I launch the .sh file it exits with return code 1 but no other >> info. No window is displayed. >> >> current 7 amd64, jdk15. >> > > I built it from CVS, using the instruction on their webpage. Note > that they only support jdk15 for building. After the build is > finished, you can run it with jdk16. > > This may sound like a dumb question, but once you've built the sources how do you start the ide? (.sh script / start jar files)?