This video show how to download and install Netbeans IDE 8.1 on Ubuntu-GNOME 15.10
To install Ubuntu 8.1 on Ubuntu:
To install Ubuntu 8.1 on Ubuntu:
- Visit https://netbeans.org/ to download installer-file.
- chmod +x <installer-file-name>.
- run it with command:
./<installer-file-name> to run the installer.
The only special is to select correct path to JDK, 1:40 in the above video.
My JDK was installed with ppa:webupd8team, it's on "/usr/lib/jvm/java-8-oracle".
If you missed the setting JDK path, you still run edit netbeans.conf, to specify netbeans_jdkhome, or run netbeans with --jdkhome option. (ref: http://wiki.netbeans.org/FaqRunningOnJre)
netbeans.conf to set netbeans_jdkhome:
run netbeans with --jdkhome option:
No comments:
Post a Comment