Stendhal on Eclipse: Difference between revisions

Content deleted Content added
imported>Hendrik Brummermann
Do not add the project root folder as source path
imported>MartinFuchs
simplify and fix description
Line 6:
# 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.
# Now add '''threethe two source folders 'src' and 'tests' by clicking on the "Add Folder..." button
<pre>
source folder #1:
Line 44:
<pre> Name: StendhalServer
Main class: marauroa.server.marauroad
 
[ ] include system libries when searching for the main class (default)
[* ]All includeother inheritedsettings mains("include whensystem searchinglibries", for"Stop thein main", class... can be left at their (default) value.
[ ] Stop in main (default)
 
on the [Arguments] tab:
Line 64 ⟶ 63:
==To make the client run==
# Open games.stendhal.client.update.Starter.java in the editor
# thenThen again the small black arrow on the right side of the green bug. (Or you may also choose to use the "Run" command instead of "Debug" in case you only want to debug the server component.)
# Java Application -> new-icon, and it should be prefilled.
# on the [Classpath] tab - button "Advanced" - (*) add folder | OK - and select the project root folder | OK