Skip to content

Instantly share code, notes, and snippets.

@fusion809
Created December 8, 2018 05:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fusion809/842e0f2851cb867deef109f21be54926 to your computer and use it in GitHub Desktop.
Save fusion809/842e0f2851cb867deef109f21be54926 to your computer and use it in GitHub Desktop.
java.lang.ExceptionInInitializerError
at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:135)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Unknown Source)
at chemaxon.marvin.util.Environment.installPlasticLookAndFeel(Environment.java:130)
at chemaxon.marvin.SketchApplication.<clinit>(SketchApplication.java:137)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:85)
at com.install4j.runtime.launcher.UnixLauncher.main(UnixLauncher.java:62)
Caused by: java.awt.HeadlessException
at java.desktop/sun.awt.HeadlessToolkit.getScreenResolution(Unknown Source)
at com.jgoodies.looks.LookUtils.isLowResolution(LookUtils.java:480)
at com.jgoodies.looks.LookUtils.<clinit>(LookUtils.java:249)
... 11 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment