J
jahi
Gast
Hallo
Hier die Hinweise von Junit :
Ich krieg diese Fehlermeldung andauernd :
Was hat das zu bedeuten.
Danke für die Anworten.
Editiert von P3AC3MAK3R: Tags repariert
Hier die Hinweise von Junit :
Below are the installation steps for installing JUnit:
unzip the junit.zip file
add junit.jar to the CLASSPATH. For example: set classpath=%classpath%;INSTALL_DIR\junit3\junit.jar
test the installation by using either the batch or the graphical TestRunner tool to run the tests that come with this release. All the tests should pass OK.
Notice: that the tests are not contained in the junit.jar but in the installation directory directly. Therefore make sure that the installation directory is on the class path
for the batch TestRunner type:
java junit.textui.TestRunner junit.samples.AllTests
for the graphical TestRunner type:
java junit.awtui.TestRunner junit.samples.AllTests
for the Swing based graphical TestRunner type:
java junit.swingui.TestRunner junit.samples.AllTests
Ich krieg diese Fehlermeldung andauernd :
C:\Dokumente und Einstellungen\Aldi\Desktop\junit3.8.1>java junit.awtui.TestRun
ner junit.samples.AllTests
Exception in thread "main" java.lang.NoClassDefFoundError: junit/awtui/TestRunner
Was hat das zu bedeuten.
Danke für die Anworten.
Editiert von P3AC3MAK3R: Tags repariert