Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing jgoodies #6

Open
NoMan2000 opened this issue Feb 17, 2018 · 1 comment
Open

Missing jgoodies #6

NoMan2000 opened this issue Feb 17, 2018 · 1 comment

Comments

@NoMan2000
Copy link

NoMan2000 commented Feb 17, 2018

Windows 10, JDK 9.0.4, java 9.0.4.

Running java -jar iRPGEditor.jar gave me this error:

java.lang.NoClassDefFoundError: com/jgoodies/looks/plastic/PlasticTheme

I see the jgoodies in your maven file, so I'm not sure what happened.

Full stack:

Exception in thread "main" java.lang.NoClassDefFoundError: com/jgoodies/looks/plastic/PlasticTheme
        at java.base/java.lang.Class.forName0(Native Method)
        at java.base/java.lang.Class.forName(Unknown Source)
        at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)
Caused by: java.lang.ClassNotFoundException: com.jgoodies.looks.plastic.PlasticTheme
        at java.base/java.net.URLClassLoader.findClass(Unknown Source)
        at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
        at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
@cesardarinel
Copy link

Windows 10, JDK 9.0.4, java 9.0.4.

Running java -jar iRPGEditor.jar gave me this error:

java.lang.NoClassDefFoundError: com/jgoodies/looks/plastic/PlasticTheme

I see the jgoodies in your maven file, so I'm not sure what happened.

Full stack:

Exception in thread "main" java.lang.NoClassDefFoundError: com/jgoodies/looks/plastic/PlasticTheme
        at java.base/java.lang.Class.forName0(Native Method)
        at java.base/java.lang.Class.forName(Unknown Source)
        at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)
Caused by: java.lang.ClassNotFoundException: com.jgoodies.looks.plastic.PlasticTheme
        at java.base/java.net.URLClassLoader.findClass(Unknown Source)
        at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
        at java.base/java.lang.ClassLoader.loadClass(Unknown Source)

Currently it is only available for Java 8.
version 9 is not an LTS version, sure we will jump to 11.

If you can try with version 8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants