Netbeans

2002-10-25 Thread Matt Smith
Anyone using NetBeans for Java development on FreeBSD? Good, bad, ugly? Also, are there any good multi-language GUI IDEs for FreeBSD? At the moment I use SciTE for my coding (lots of languages supported for syntax highlighting), then Makefiles for project management, which is "pretty good

netbeans 6.0.1 not run

2008-05-11 Thread cuongvt
Then I insralled netbeans from ports, firstly it warned: JAVA_HOME should not be defined. So i removed JAVA_HOME and PATH of java into in my .zshrc, reboot and reinstalled netbeans. Installation went fine. When I try run netbeans: [EMAIL PROTECTED]:~>netbeans XIO: fatal IO error 0 (Unknown

Setting environmental variable for Netbeans

2004-08-08 Thread Peter Ryan
I am treading more unknown ground trying to get NetBeans to run on 4.10. I installed jdk 1.4.2 (thanks to help from here), and have installed this Netbeans via the ports collection. Now when i try to run it, it wants an environmental variable called JDK_HOME to be set. Using tips from

Netbeans C/C++ Pack 5.5

2006-12-05 Thread Willy Tiengo
hi, have anybody obtained success in install C/C++ pack for Netbeans 5.5 on freeBSD? because on netbeans's site there is no available pack for OS independent distribution. could anyone tell me if there is any ports that do it thanks -- Willy T

Re: netbeans 6.0.1 not run

2009-10-09 Thread BigDes
JAVA_HOME and PATH of java into in my .zshrc. > java -version: > java 16 jdku3p1 etc etc > > Then I insralled netbeans from ports, firstly it warned: > JAVA_HOME should not be defined. > > So i removed JAVA_HOME and PATH of java into in my .zshrc, reboot and > reinstalled n

Re: netbeans 6.0.1 not run

2008-05-11 Thread Luke Dean
zshrc. java -version: java 16 jdku3p1 etc etc Then I insralled netbeans from ports, firstly it warned: JAVA_HOME should not be defined. So i removed JAVA_HOME and PATH of java into in my .zshrc, reboot and reinstalled netbeans. Installation went fine. When I try run netbeans: [EMAIL PROTECTED]:~>

Re: netbeans 6.0.1 not run

2008-05-11 Thread cuongvt
0.3p4_1 >> diablo-jdk-1.5.0.07.01_10 >> javavmwrapper-2.3.2 >> >> I'm using zsh so I set JAVA_HOME and PATH of java into in my .zshrc. >> java -version: >> java 16 jdku3p1 etc etc >> >> Then I insralled netbeans from ports, firstly it warned: >

Re: netbeans 6.0.1 not run

2008-05-12 Thread AngryWolf
wheel) groups=0(wheel),69(network) > > installed: > jdk-1.6.0.3p4_1 > diablo-jdk-1.5.0.07.01_10 > javavmwrapper-2.3.2 > > I'm using zsh so I set JAVA_HOME and PATH of java into in my .zshrc. > java -version: > java 16 jdku3p1 etc etc > > Then I insralled netbeans

Re: netbeans 6.0.1 not run

2008-05-12 Thread AngryWolf
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 [EMAIL PROTECTED] On Monday 12 May 2008 17.48.51 AngryWolf wrote: > Hi, > > Setting up JAVA_HOME correctly, helped for me: > > $ echo $JAVA_HOME >

Re: Setting environmental variable for Netbeans

2004-08-09 Thread Kevin D. Kinsey, DaleCo, S.P.
Peter Ryan wrote: I am treading more unknown ground trying to get NetBeans to run on 4.10. I installed jdk 1.4.2 (thanks to help from here), and have installed this Netbeans via the ports collection. Now when i try to run it, it wants an environmental variable called JDK_HOME to be set. Using