Java Reference
In-Depth Information
Figure 13.2 The SourceForge download site
Create a directory and unpack the JUnit ZIP file in there:
$ mkdir ~/junit
$ mv junit3.8.1.zip !$
$ cd !$
$ unzip junit3.8.1.zip
This warning from the installation instructions is worth noting:
IMPORTANT
Don't install the junit.jar into the extention directory of your JDK installation.
If you do so the test class on the filesystem will not be found.
Search WWH ::




Custom Search