Stendhal on Eclipse: Difference between revisions
Content deleted Content added
imported>Neoneurone No edit summary |
imported>MartinFuchs Corrected Eclipse setup description |
||
Line 4:
# Create new 'Java Project'
# Get stendhal from CVS. (Connection type: pserver, User: anonymous, Password - leave blank, Host:arianne.cvs.sourceforge.net, Repository: /cvsroot/arianne)
# Make sure that the marauroa.ini (server.ini, for Stendhal version 0.63 or above) is in your stendhal project folder - '''only needed if you will be running the server'''.
# Right click on your project folder and select "Properties" in the context menu.
# Then select "Java Build Path" on the left side of the dialog box.
Line 12:
stendhal
Included:(All)
Excluded:
Native library location: (None)
Line 18:
stendhal/src
Included:(All)
Excluded:
Native library location: (None)
Line 32:
8. On the "Libraries" tab: click on the "Add JARs" button and select all the files in stendhal/lib
Eclipse should be able to compile the source code now. There should be a little yellow sign (signalling warning messages) before your project folder but not red X (error messages). The package explorer should now display the "src" folder
==Trouble Shooting==
| |||