VisualGuideToInstallingStendhalStep7: Difference between revisions

Content deleted Content added
imported>Kymara
correct classpath
imported>Kymara
classpath. put data script and conf in from beginning incase user wants to use scripts. maps doesn't need to be in classpath.
Line 8:
Now modify marauroa.bat as follows:
 
<code><pre>set LOCALCLASSPATH=.;data/script/;data/conf/;stendhal-server-0.xx.jar;stendhal-mapscommons-0lang.xxjar;marauroa.jar;commonsmysql-langconnector.jar;log4j.jar
marauroa.jar;jython.jar;mysql-connector.jar;log4j.jar
java -cp "%LOCALCLASSPATH%" marauroa.server.marauroad -c server.ini -l</pre></code>