Install Oracle java JDK on Deepin and install netbeans IDE
Community Discussion 1613 views · 0 replies ·
bikaladhikari
deepin
2016-07-26 01:34
Author
This is to help anyone looking to setup Java JDK and Neteans IDE on Deepin linux.
Here is the best tutorial for installing JDK i have found. Follow every step exactly and you will have JDKrunning in your system.
open terminal
type sudo sh Downloads/netbeans--javaee-linux
setup will start
In the screen where you choose install directory, make sure to specify the jdk path aswell. ot doing this gave me several problems later when i tried to manuall modify the netbeans.conf and had to reinstall the whole thing.
Here is the best tutorial for installing JDK i have found. Follow every step exactly and you will have JDKrunning in your system.
http://tutorialforlinux.com/2015 ... nulinux-easy-guide/
and to setup NetBeans, download it from:
https://netbeans.org/downloads/
open terminal
type sudo sh Downloads/netbeans-
setup will start
In the screen where you choose install directory, make sure to specify the jdk path aswell. ot doing this gave me several problems later when i tried to manuall modify the netbeans.conf and had to reinstall the whole thing.
you're welcome