install netbeans 8.2
Sección: Programación
Creado: 17-11-24
. First install Oracle Java via PPA, or install OpenJDK using Ubuntu Software.
2. Download the NetBeans bundles from the link below:
3. Open terminal from Unity Dash, App Launcher, or via Ctrl+Alt+T shortcut key. When it opens run commands:
- navigate to Downloads folder:
cd ~/Downloads
- make the downloaded script executable:
chmod +x netbeans-8.2-javase-linux.sh
- finally run the script:
./netbeans-8.2-javase-linux.sh
netbeans-dir/bin/netbeans