java.lang.NoClassDefFoundError: com/intellij/openapi/util/SystemInfo
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
A few things cause this exception:
1) Check if you have all jars and if they're in the correct path.
2) Your classpath might be broken, you can define it in the command line withjava -cp yourClassPath
or at your IDE if you're using one. you can change your scala version to 2.11.11
Solutions on the web
via Stack Overflow by Alex Latham
, 1 year agovia YouTrack by Unknown author, 1 year ago
via Ask Ubuntu by Faisal Ahmed Farooq
, 2 months agovia YouTrack by Unknown author, 1 year ago
via Stack Overflow by Nazar Hussain
, 2 years agovia YouTrack by Unknown author, 2 years ago
java.lang.ClassNotFoundException: com.intellij.openapi.util.SystemInfo
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at com.intellij.idea.Main.main(Main.java:84)