4

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...

1
  • Did you add the jar to the project? Can you type a package.Classname and get autocompletition? Commented Nov 4, 2011 at 2:44

1 Answer 1

5

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.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.