I want to install netbeans on my freeBSD7.2 machine.I followed the instructions listed in http://typo.submonkey.net/articles/2007/7/13/netbeans-on-freebsd But, when i try the third step, which is running the netbeans using "./netbeans/bin/netbeans" i found the following error "etc/netbeans.cluster" file cann't be found. What do u think could be the reason. I can't figure it out, plz help me.

Thanx in advance

link|improve this question
Is the error as you posted it or is it "/etc/netbeans.cluster" (with a slash at the beginning)? – Dennis Williamson Jul 10 '09 at 8:04
It should be etc/netbeans.cluster (no leading slash). The etc referenced is under the Netbeans directory. – Brian Knoblauch May 27 '10 at 12:47
feedback

3 Answers

Why not install it from the Ports?

link|improve this answer
feedback

To install NetBeans under FreeBSD use ports:

su
cd /usr/ports/java/netbeans/ && make install clean
link|improve this answer
feedback

Gracias hermano, se que el post es algo viejon, pero me ayudo muchooooo! :D

link|improve this answer
feedback

Your Answer

 
or
required, but never shown