How To Start the Project

From CMSC 420
Revision as of 17:25, 16 March 2007 by Ben Zoller (talk | contribs) (how to start the project)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. Download the JAR file: cmsc420util.jar
  2. Download all given input and output files
  3. Read the spec (several times if necessary)
  4. Start a new project in Eclipse
  5. Add the external JAR file in Eclipse: Right-click on your new project->Properties->Java Build Path->Libraries tab->Add External JAR. To add the source and javadoc, click the plus sign and attach them.
  6. Download XmlCompare plugin for Eclipse.