Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Invalid
-
9.0
-
None
-
None
-
Important
Description
The current code on master results an IDE which is not able to boot with Java 9
java.lang.UnsatisfiedLinkError: no splashscreen in java.library.path
{{ at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2541)}}
{{ at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:873)}}
{{ at java.base/java.lang.System.loadLibrary(System.java:1857)}}
{{ at java.desktop/java.awt.SplashScreen$1.run(SplashScreen.java:134)}}
{{ at java.desktop/java.awt.SplashScreen$1.run(SplashScreen.java:132)}}
{{ at java.base/java.security.AccessController.doPrivileged(Native Method)}}
{{ at java.desktop/java.awt.SplashScreen.getSplashScreen(SplashScreen.java:131)}}
{{ at org.netbeans.core.startup.Splash.<init>(Splash.java:96)}}