java.lang.NoClassDefFoundError: scala/collection/Seq
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 GitHub by madhus84
, 1 year agovia Stack Overflow by karthick vas
, 1 year agojava.lang.ClassNotFoundException: scala.collection.Seq
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 org.apache.spark.deploy.csharp.CSharpRunner.main(CSharpRunner.scala)