Stendhal on Eclipse: Difference between revisions
Content deleted Content added
imported>Kymara correct wanring |
imported>GambitRicky |
||
Line 3:
# First of all open the view called Package Explorer.
# Create new 'Java Project'
# Get stendhal from CVS. (Connection type: pserver, User: anonymous, Password - leave blank, Host:arianne.cvs.sourceforge.net, Repository: /cvsroot/arianne)
#
#
#
# Now add '''three source folders''' by clicking on the "Add Folder..." button
<pre>source folder: stendhal/src ▼
<pre>
source folder #1:
On the "library" tab: [Add jars] and select all the files in stendhal/lib</pre> ▼
stendhal
Included:(All)
Excluded:(None)
Native library location: (None)
source folder #2:
stendhal/src
Included:(All)
Excluded: src/;tiled/src;tools/creturesxml/;tools/newrp/;tests/;
Native library location: (None)
source folder #3:
stendhal/tests
Included:(All)
Excluded:(None)
Native library location: (None)
</pre>
▲8. On the "
Eclipse should be able to compile the source code now. There should be a little yellow sign before your project folder but not red X. The package explorer should now display the "src" folder directly below the root folder with a different icon, the icon is like a small grid.
| |||