Netbeans 8.1 shows the splash and dies

0

I tried to download the netbeans from the application store of Ubuntu 18.04.1 LTS and it went down without problems, but trying to open it was dying ugly and in the log file it generates that appears in /home/NOMBREDEUSUARIO/.netbeans/8.1/var/log you could see the error message

  

java.lang.NullPointerException       at org.eclipse.osgi.baseadaptor.BaseAdaptor.initializeStorage (BaseAdaptor.java:123)

I searched the gringo stackoverflow but it came out that it was because I had Java 9 which does not apply since I have the OpenJDK 1.8.0_191

    
asked by Ruslan López 15.12.2018 в 10:18
source

1 answer

0

Solved! It turns out that thanks to a bug report I was able to fix it.

The procedure is to download an earlier version of the library libequinox-osgi-java_3.8.1-10.

I found it in this league: link

After installing it with a double click to replace the most current version it had opened without problems.

    
answered by 15.12.2018 в 10:18