If you're doing a single user install of netbeans (that is, you're going to put the netbeans code in a directory area you own, for example /home/coolarif/local ), then it's really simple:
Quote:
chmod +x netbeans-7.1.2-ml-linux.sh
./netbeans-7.1.2-ml-linux.sh
|
or even simpler, you can skip the change mode step if you run the script via the shell:
Quote:
|
sh ./netbeans-7.1.2-ml-linux.sh
|
(follow the instructions shown in the installer window that shows, when done there should be
a netbeans icon in your "development" folder)
I usually put the netbeans and glassfish directories under ~/local in my home directory and give it permission to install junit
All this assumes you have a Java JDK installed, see
http://www.oracle.com/technetwork/ja...ads/index.html
It's important to have your JDK's registered in your Fedora system via the alternatives tool
(see
http://www.mjmwired.net/resources/mj...-f16.html#java Note that page guides you as if you're putting in a JRE,
you want the JDK, otherwise it's okay)
I use both 1.6.0_32 and 1.7.0_04
(1.7.0_04 usually and 1.6.0_32 as a backup )