Skip to content

Instantly share code, notes, and snippets.

@GabriOliv
Last active March 24, 2021 16:26
Show Gist options
  • Save GabriOliv/edd9ab432fe774a696eb1cdc93608be0 to your computer and use it in GitHub Desktop.
Save GabriOliv/edd9ab432fe774a696eb1cdc93608be0 to your computer and use it in GitHub Desktop.
Installation NETBeans8.2RC+JDK8open on Ubuntu-20.x

⚒️ Installation [NETBeans 8.2RC + JDK 8open]

[ Ubuntu ]


1 - Install JDK-8

  • JDK Version 8 is compatible with NetBeans 8.xRC
sudo apt-get install openjdk-8-jdk

2 - Download Netbeans 8.2 RC (SE)

3 - Give permission to the script

sudo chmod +x netbeans-8.2-javase-linux.sh

4 - Run the Installer

  • Execute with SU
sudo ./netbeans-8.2-javase-linux.sh
  • While installation, choose the installed JDK-8

  • Usual path:

    /usr/lib/jvm/java-8-openjdk-amd6
    

5 - Done

  • Netbeans 8.2 RC (SE) + JDK Compatible Installed

(6) - Uninstall

  • Uninstall OpenJDK

    sudo apt-get remove YOUR_OPENJDK_VERSION
    
  • Uninstall NetBeans

    • Go to Netbeans folder
    cd /usr/local/netbeans-8.2rc
    
    • Run the Uninstall Script
    sudo ./uninstall.sh
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment