Hi,
I am a real newbie with eclipse, java etc etc and am trying to install junit for eclipse I have downloaded junit4.0.zip and pasted the extracted folder to my plugins folder in eclipse. I then set the class path as per instructions in dos:
"set CLASSPATH=C:\Program Files\junit4.0\junit-4.0.jar;C:\Progra
m Files\junit4.0\;f:\data\proj\"
then run the test:
"java org.junit.runner.JUnitCore org.junit.tests.AllTests"
and gives output: "OK(257 tests)"
so after restarting eclipse I am expecting that junit variables will not be underlined in red anymore and I can run junit tests. But all I get is a pop up error dialog box saying:
"Cannot find class 'junit.framework.TestCase' on project build path"
Can anyone please help I really need to get this working
much appreciated