J
jimmi1311
Hey anyone
A have a problem with Junit. I have installed it and added it to my
CLASSPATH like this:
C:\junit\; C:\junit\junit-4.1.jar
But when I try to run the test it fail like this:
C:\>java org.junit.runner.JUnitCore org.junit.tests.AllTests
Exception in thread "main" java.lang.NoClassDefFoundError:
org/junit/runner/JUnitCore
I'm running Windows XP.
I have restartet Windows after I have changed the CLASSPATH.
Any help??
Kind regards
Jimmi Wolff
A have a problem with Junit. I have installed it and added it to my
CLASSPATH like this:
C:\junit\; C:\junit\junit-4.1.jar
But when I try to run the test it fail like this:
C:\>java org.junit.runner.JUnitCore org.junit.tests.AllTests
Exception in thread "main" java.lang.NoClassDefFoundError:
org/junit/runner/JUnitCore
I'm running Windows XP.
I have restartet Windows after I have changed the CLASSPATH.
Any help??
Kind regards
Jimmi Wolff