java.lang.NoClassDefFoundError: splashtest/splashScreen (wrong name: splashScreen)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
Look if your classpath is correct, and check if the versions of your libraries match the version you described in your pom.xml
Solutions on the web
via Coderanch by Aravind Prasad, 1 year ago
via coderanch.com by Unknown author, 2 years ago
via Coderanch by Kevin Brennan, 1 year ago
via Google Groups by yawnmoth, 2 years ago
via Oracle Community by 807606, 9 months ago
via Oracle Community by 807600, 8 months ago
java.lang.NoClassDefFoundError: splashtest/splashScreen (wrong name: splashScreen)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at splashtest.Main.main(Main.java:27)