Difference between revisions of "How To Start the Project"

From CMSC 420
(clarified part 1 link)
m (Add project starter files)
Line 5: Line 5:
 
# Start a new project in Eclipse
 
# Start a new project in Eclipse
 
# 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.
 
# 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.
 +
# Download the project [https://submit.cs.umd.edu:8443/data/DownloadProjectStarterFiles?projectPK=276 starter files] from the submit server.
 +
# Add the project starter files: Right click your project, choose Import, then Archive File, browse to the starter archive, select everyting (OK, maybe not the META-INF directory), Finish.
 
# Download [http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/samples/samples.html XmlCompare] plugin for Eclipse.
 
# Download [http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/samples/samples.html XmlCompare] plugin for Eclipse.

Revision as of 04:42, 28 March 2007

  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 the project starter files from the submit server.
  7. Add the project starter files: Right click your project, choose Import, then Archive File, browse to the starter archive, select everyting (OK, maybe not the META-INF directory), Finish.
  8. Download XmlCompare plugin for Eclipse.