Posted By:
Anonymous
Posted On:
Wednesday, June 12, 2002 09:39 AM
How do I fix this error?
I try running the JUnit test with
java junit.swingui.TestRunner junit.samples.AllTests
I get the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: junit/swingui/TestRun
ner
I compile and run Java programs just fine with TextPad. As best I can tell, the CLASSPATH parameter has set properly.
How do I fix?