Anonymous

Changes

From CMSC 420
no edit summary
Line 6: Line 6:  
# 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.
+
# Download the project [https://submit.cs.umd.edu:8443/data/DownloadProjectStarterFiles?projectPK=276 starter files] from the submit server '''if there are any'''.
 
# Add the project starter files: Right click your project, choose Import, then Archive File, browse to the starter archive, select everything (OK, maybe not the META-INF directory), Finish. (currently, no startup files for spring spr2009)
 
# Add the project starter files: Right click your project, choose Import, then Archive File, browse to the starter archive, select everything (OK, maybe not the META-INF directory), Finish. (currently, no startup files for spring spr2009)
 
# 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.
1

edit