java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Composite
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
You might've forgot to add a dependency or it's written wrong. Also, you might be using incompatible versions of Java and Hibernate. More on this here: https://goo.gl/SjSlRA
- Expert tip
This error means there's a class missing in your classpath during runtime. You need to create a jar with all your dependencies and have it in your classpath. Check Maven Assembly Plugin and how to add your dependencies to a jar: https://goo.gl/U2zr8k
Solutions on the web
via Pentaho BI Platform Tracking by Dan Keeley (codek), 2 years ago
via Pentaho BI Platform Tracking by Fábio de Salles, 1 year ago
via Google Groups by Rudi Yanto, 10 months ago
via Stack Overflow by Kapil Bhagchandani
, 2 years agovia Pentaho BI Platform Tracking by Dan Keeley (codek), 1 year ago
via Stack Overflow by cch Chen
, 2 years agojava.lang.ClassNotFoundException: org.eclipse.swt.widgets.Composite
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
at java.lang.Class.getMethod0(Class.java:2670)
at java.lang.Class.getMethod(Class.java:1603)
at org.pentaho.commons.launcher.Launcher.main(Launcher.java:132)