Skip to content

Instantly share code, notes, and snippets.

@GabriOliv
Last active April 4, 2026 03:05
Show Gist options
  • Select an option

  • Save GabriOliv/edd9ab432fe774a696eb1cdc93608be0 to your computer and use it in GitHub Desktop.

Select an option

Save GabriOliv/edd9ab432fe774a696eb1cdc93608be0 to your computer and use it in GitHub Desktop.
Installation NETBeans8.2RC+JDK8open on Ubuntu-20.x

🚫DEPRECATED 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
    
@GabriOliv
Copy link
Copy Markdown
Author

link off

Obrigado por avisar. O link está quebrado porque o NetBeans 8.2 e toda a linha 8.x foram descontinuados após a transição do projeto da Oracle para a Apache Software Foundation. Desde então, apenas as versões mais novas do Apache NetBeans são mantidas e distribuídas oficialmente, e os downloads antigos foram removidos, então este guia ficou desatualizado. Vou adicionar um aviso de deprecated para evitar confusão. Caso você realmente precise do 8.2 por compatibilidade com projetos antigos, ainda é possível encontrá-lo em arquivos ou fontes de terceiros, mas sem suporte oficial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment