Posted By:
Mohit_Khatri
Posted On:
Monday, January 22, 2007 12:06 AM
I am using JUnit3.8.2.I have created a class in notepad and
i want to use it with JUnit.
When i use command java -cp ./junit.jar junit.awtui.TestRunner
then JUnit Dialog Box is opened and when i entered any class
name then it sends a message that class not found.
Whats the exact syntax for running JUnit on
Linux
platform.