Difference between revisions of "How To Start the Project"
From CMSC 420
(Add detailed instructions for getting XML Compare plugin) |
m |
||
Line 15: | Line 15: | ||
## Restart Eclipse | ## Restart Eclipse | ||
## (Note: this installs lots of unwanted crud; update with how to get rid of it) | ## (Note: this installs lots of unwanted crud; update with how to get rid of it) | ||
+ | ## To use: select two .xml files in the Navigator, right click, compare with->each other |
Revision as of 20:33, 28 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 the project 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 XmlCompare plugin for Eclipse.
- In Eclipse, Help->Software Updates->Find and Install
- Search for new features to install
- Check Eclipse Project Updates, Finish
- Under Eclipse Project Updates, find the version you are running (Help|About), check Eclipse SDK Examples
- Next, accept, Next, Finish, (wait), Install All
- Restart Eclipse
- (Note: this installs lots of unwanted crud; update with how to get rid of it)
- To use: select two .xml files in the Navigator, right click, compare with->each other