Java JUnit Tutorial - JUnit Set up








Download the project file.



Download JUnit_demo.zip

Set up Eclipse

Unzip the zip file downloaded from the link above.

Click the File Menu and then select the New -> Project... Menu

null

Select 'Java Project from Existing Ant Buildfile', Click next button

null

Click the Browse... button and select the ant build.xml file in the unzipped folder.

null

Verify the project information and click Finish Button

null

Project loaded in Eclipse

null