You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Laszlo Kishalmi (JIRA)" <ji...@apache.org> on 2018/04/19 03:44:00 UTC

[jira] [Created] (NETBEANS-700) No splashscreen in java.library.path

Laszlo Kishalmi created NETBEANS-700:
----------------------------------------

             Summary: No splashscreen in java.library.path
                 Key: NETBEANS-700
                 URL: https://issues.apache.org/jira/browse/NETBEANS-700
             Project: NetBeans
          Issue Type: Improvement
    Affects Versions: 9.0
            Reporter: Laszlo Kishalmi


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)}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists