| CIT
591 Using Eclipse Fall 2004, David Matuszek |
To import a project into Eclipse:
.java files are together in a directory.
The directory should be named after your project, for example, ComplexNumbers.Workspace". Copy
or move your project directory into this directory.File --> New --> Project...Java Project wizard and click Next>.The specified external location already exists. If a project
is created in this location, the wizard will automatically try to detect existing
sources and class files and configure the classpath appropriately.
Finish.Next>.Libraries tab.Add External JARs...org.junit_3.8.1 . It should be the last thing
in your eclipse/plugins directory.