From owner-freebsd-java@FreeBSD.ORG Mon Sep 10 16:17:26 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 E0CA616A420 for ; Mon, 10 Sep 2007 16:17:26 +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 73D2C13C491 for ; Mon, 10 Sep 2007 16:17:26 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: from localhost (localhost [127.0.0.1]) by aurynwork1sv1.giulioferro.it (Postfix) with ESMTP id 7A96B33C42; Mon, 10 Sep 2007 18:16:45 +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 BjFdGkHK+V2i; Mon, 10 Sep 2007 18:16:39 +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 B583E33C41; Mon, 10 Sep 2007 18:16:39 +0200 (CEST) Message-ID: <46E56E0E.7070304@zirakzigil.org> Date: Mon, 10 Sep 2007 18:17:18 +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> <46E56450.3030800@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 16:17:27 -0000 Vlad GALU wrote: > On 9/10/07, Giulio Ferro wrote: > >> 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)? >> >> > > Assuming you extracted and built everything in ./netbeans, you'll > find the startup script in ./netbeans/nbbuild/netbeans/bin/. > > > Ok, great thanks. For others who want to try, remember to run the build target, the default target won't create the nbbuild/netbeans/bin directory and executable files... ant -f netbeans/build.xml checkout ant -f netbeans/build.xml build