Stendhal on Eclipse: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>MartinFuchs |
imported>MartinFuchs |
||
| Line 44: | Line 44: | ||
(This entry has higher priority than the tiled.jar in the libs folder but this code is highly outdated) |
(This entry has higher priority than the tiled.jar in the libs folder but this code is highly outdated) |
||
==To make it run the server== |
==To make it run the server in Debug mode== |
||
* In the toolbar there is |
* In the toolbar there is the "Debug" button, which looks like a little, green bug. There is a little black arrow on the right side of it. |
||
| ⚫ | |||
: there is a little black arrow on the right side of it. |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
<pre> Name: StendhalServer |
<pre> Name: StendhalServer |
||
Main class: marauroa.server.marauroad |
Main class: marauroa.server.marauroad |
||
[ |
[ ] include system libries when searching for the main class (default) |
||
[ ] include inherited mains when searching for the main class (default) |
|||
[ ] Stop in main (default) |
|||
on the [Arguments] tab: |
on the [Arguments] tab: |
||
Program arguments: -c |
Program arguments: -c server.ini -l (optional) |
||
VM arguments: -Xmx128M |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
(*) add folder | OK |
(*) add folder | OK |
||
and select the root folder |
and select the root folder | OK |
||
button "Add JARs..." |
|||
select /Stendhal/libs/commons-lang.jar | OK |
|||
</pre> |
|||
* button [Debug] |
* button [Debug] |
||
And then the server should be started. |
And then the server should be started. |
||