Changes

103 bytes added ,  04:10, 30 March 2007
Add instructions to enable Course Project Manager
Line 1: Line 1:  
Download the [https://submit.cs.umd.edu:8443/data/DownloadProjectStarterFiles?projectPK=276 starter files] from the submit server.  Then in Eclipse, right-click on your project root, choose Import, then Archive, then find the starter files you downloaded.  Then import everything from the archive except the META-INF folder.   
 
Download the [https://submit.cs.umd.edu:8443/data/DownloadProjectStarterFiles?projectPK=276 starter files] from the submit server.  Then in Eclipse, right-click on your project root, choose Import, then Archive, then find the starter files you downloaded.  Then import everything from the archive except the META-INF folder.   
   −
You can submit from Eclipse using the [http://www.cs.umd.edu/~pugh/IntroProgramming/eclipseUpdate/ submit plugin].  Once you've installed it, make sure you have the .submit file from the starter files in your project root directory.  Then just right-click your project and choose Submit.  You may get a weird message on your first submit, but it should work.
+
You can submit from Eclipse using the [http://www.cs.umd.edu/~pugh/IntroProgramming/eclipseUpdate/ submit plugin].  Once you've installed it, make sure you have the .submit file from the starter files in your project root directory.  Then just right-click your project, Properties, Course Project Management, check enable. When you want to submit, right-click the project and choose Submit.  You may get a weird message on your first submit, but it should work.
    
You can also submit via the web; select your .java files and the .submit, .classpath, and .project files, right click and say Export, then Java Jar File, make sure you're exporting all the code you wrote and nothing more, then save it to your hard drive.  Then on the main submit server page, click submit under project 2 and give it the .jar file you saved.
 
You can also submit via the web; select your .java files and the .submit, .classpath, and .project files, right click and say Export, then Java Jar File, make sure you're exporting all the code you wrote and nothing more, then save it to your hard drive.  Then on the main submit server page, click submit under project 2 and give it the .jar file you saved.
36

edits