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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -