Marauroa on Eclipse: Difference between revisions
Jump to navigation
Jump to search
imported>Hendrik Brummermann No edit summary |
imported>Hendrik Brummermann No edit summary |
(No difference)
| |
Revision as of 10:58, 1 March 2010
First Steps
- First of all open the view called Package Explorer.
- "New Project..."
- "CVS" -> "Project from CVS"
- Get marauroa from CVS. (Connection type: pserver, User: anonymous, Password - leave blank, Host:arianne.cvs.sourceforge.net, Repository: /cvsroot/arianne module marauroa)
file-> new -> project -> project-> from cvs click next check "create new repository" click next host : arianne.cvs.sourceforge.net repository path : /cvsroot/arianne user : anonymous connection Type: pserver click next check "use an existing module" click directory: marauroa click next checkout as a project configured using the new project wizard click next click finish (ignoring the rest) The next dialog says 'New Project' select a wizard: java project and click next project Name: marauroa ( or whatever you like to call it ) make sure in jre a java version 1.5 or higher is selected click finish
Eclipse should be able to compile the source code now. There could be a little yellow sign (signalling warning messages) before your project folder but there must not be red X (error messages). The package explorer should now display the "src" folder below the root folder with a different icon, the icon is like a small grid.
Trouble Shooting
menu Windows | Preferences | Java | Installed JREs
- there should be at least one entry with a valid JAVA_HOME path