Difference between revisions of "How To Start the Project"
From CMSC 420
Ben Zoller (talk | contribs) m (How To Start moved to How To Start the Project: ambiguous title) |
Ben Zoller (talk | contribs) (clarified part 1 link) |
||
Line 1: | Line 1: | ||
# Download the JAR file: [http://www.cs.umd.edu/~meesh/cmsc420/spr07/cmsc420util.jar cmsc420util.jar] | # Download the JAR file: [http://www.cs.umd.edu/~meesh/cmsc420/spr07/cmsc420util.jar cmsc420util.jar] | ||
− | # Download all given [http://www.cs.umd.edu/~meesh/cmsc420/spr07/part1/ | + | # Download all given input and output files: |
+ | #* [http://www.cs.umd.edu/~meesh/cmsc420/spr07/part1/ Part 1 files] | ||
# Read the spec (several times if necessary) | # Read the spec (several times if necessary) | ||
# 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 [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 17:44, 16 March 2007
- Download the JAR file: cmsc420util.jar
- Download all given input and output files:
- Read the spec (several times if necessary)
- 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.
- Download XmlCompare plugin for Eclipse.