windows - When exporting a Java Scala project it failed to get scala/ScalaObject -
i'm working on eclipse scala 2.9.3 plugin installed.
have scala project work fine eclipse when export project "runnable jar file" , try run i'm getting following exception:
java.lang.noclassdeffounderror: scala/scalaobject
i tried 3 library handling options:
- extract required libraries...
- package required libraries...
- copy required libraries...
all end in same exception.
what need in order make standalone jar file project?
i've used sbt-assembly plugin in past, found quite easy use.
Comments
Post a Comment