I have installed the JUnit. Then I type
java junit.awtui.TestRunner junit.samples.AllTests
It prompts me to a graphical user interface but it displays an error message at the bottom status bar. i.e.
Class not found "junit.samples.AllTests"
But I can find the AllTests.class in such folder. What is the problem?