You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo apt-get remove netbeans. => It will remove netbeans only
sudo apt-get purge netbeans. => It will configuration files also.
sudo apt autoremove => For cleaning/removing unnecessary packages.
Step to install:
1.java -version => Check Java Version in system
If java not found or package not found then install JDK first sudo apt install openjdk-8-jre-headless => Here version may very sudo apt install default-jre sudo apt install openjdk-8-jre-headless => Here version may very
or Download Java SE Development Kit manually.
sudo apt-get install netBeans
or
For latest version Download Netbeans manually
Remember: Now you need to check which JDK and Netbeans version are installed. If anything mismatch, so you can't use Netbeans any more. Find the java path of JVM by using this command in terminal whereis java and find JDK version.
For me, it works. Hope it will work for others Remember: This is not the best solution it can improve by others also.
How to find and remove netbeans from ubuntu?.
The text was updated successfully, but these errors were encountered: