Tuesday, September 6, 2016

Netbeans : Next button of installer is not working

If you are trying to install Netbeans on Ubuntu 15.10 and Next button of the installation wizard is disabled so you are not able to install Netbeans. Here is the solution for you.

Install : oracle-java8-installer to solve above issue

sudo apt-add-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer

Now try to install Netbeans again. Next button of the wizard should be enabled now.