JUnit: Installation and Setup

Prev: Table of Contents
Next: Basic Use

This page: Download | Install | Other Setup


Download JUnit

Go to www.junit.org and download the latest release version of JUnit. The version that I have downloaded and installed is JUnit 3.8.1.

Install

  1. Unzip junit3.8.1.zip into your c: drive.
  2. Read the README.html file that is included in the zip file for installation and use instructions.

Other Set Up

  1. Set the CLASSPATH variable (or not).
  2. Set the PATH variable.