Ubuntu – Why new project is not opening in Netbeans in ubuntu 16.04

netbeans

I've installed Java 9 and netbeans 8.2. When I open netbeans and click new project then nothing shows.

Best Answer

You maybe missing the Mobility plugin.

Also ensure that you actually have the JDK installed:

  1. Tools>Plugin
  2. Access the Installed tab (to see what plugins are currently installed on your system)

You may also have a corrupted user,dir ; delete the userdir in its entirety, then restart Netbeans.

System.getProperty("user.dir") can be used to find the path of user.dir

Related Question