I started with scala with eclipse and I have problems with adding ScalaTest to my project. I have already downloaded ScalaTest, but what next? I just starting with jvm and feel lost...

link|improve this question

58% accept rate
Did you add the jar to the project? Can you type a package.Classname and get autocompletition? – user unknown Nov 4 '11 at 2:44
feedback

1 Answer

Right click on the project, select Java Build Path, select the tab Libraries and Click on the button 'Add External Jars'. Select the jar that you've just downloaded and click OK. This should add scalatest to your Eclipse classpath.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.