How to setup JUnit on MAC OS X
800380Feb 1 2009 — edited Feb 1 2009How can I set up JUnit on MAC OS X. When I followed the instructions that I found, I always get:
Exception in thread "main" java.lang.NoClassDefFoundError: org/junit/runner/JUnitCore
How can I do that step by step?
Thanks.