Google

Monday, May 19, 2008

Installing Netbeans on Fedora 9

1. install openjdk by using yum or Add/Remove program in the desktop menu
2. download a version of netbeans from netbeans.org
3. set the install script executable, i.e. chmod +x myscript.sh
4. run the script by using root account with the option of javahome (IMPORTANT)

./netbeans-6.1-cpp-linux.sh --javahome /usr/lib/jvm

5. Follow the intruction on the screen
6. Enjoy =)

No comments: