You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> dotc tests/pos/HelloWorld.scala
> dotr HelloWorldException in thread "main" java.lang.NoClassDefFoundError: scala/Predef$
at HelloWorld$.main(HelloWorld.scala:2)
at HelloWorld.main(HelloWorld.scala)
Causedby: java.lang.ClassNotFoundException: scala.Predef$
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 2 more
Workaround: doing dotr -classpath /path/to/scala-library-2.12.4.jar or using the ./bin/dotr script.
The text was updated successfully, but these errors were encountered:
This was recently broken (I guess by #3436):
Workaround: doing
dotr -classpath /path/to/scala-library-2.12.4.jar
or using the./bin/dotr
script.The text was updated successfully, but these errors were encountered: