You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scala-i...@googlegroups.com
I am new to scale. I am using Eclipse Juno. Got Scala IDE installed. Installed also m2e scala. I set up a simple scala maven project. In the src/test/scala folder there are some fancy sample class. When I am trying to run the test with Debug as > Junit test I am getting java.lang.ClassNotFoundException: samples.AppTest at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
Exceptions from the runner.
Is the scalatest.jar missing? If so how do I install it using maven?