Talk:VisualGuideToInstallingStendhalStep5: Difference between revisions

From Arianne
Jump to navigation Jump to search
imported>Hendrik Brummermann
No edit summary
imported>Hendrik Brummermann
No edit summary
(No difference)

Revision as of 20:18, 26 September 2006

What should i do with the rest of the stendhal-server-0.53.zip?

just unzip it into the same directory. --Hendrik Brummermann 13:18, 26 September 2006 (PDT)

In step 7 I get an error when running java -cp .:marauroa.jar:jython.jar:log4j.jar:mysql-connector.jar:stendhal-server-0.53.jar marauroa.server.marauroad -c marauroa.ini -l

11236 ERROR games.stendhal.server.rule.defaultruleset.QuestXMLLoader  - java.io.FileNotFoundException: cannot find resource 'data/conf/quests.xml' in classpath
That file is missing in stendhal-server-0.53.zip because I forgot to update the build script. You can ignore the error for now as it is not used yet. --Hendrik Brummermann 13:18, 26 September 2006 (PDT)

I presume there should be a data directory from the root or somewhere in the java classpath. Moving all files up to the tree looked like a running stendhal server.

The parent directory of data must be in the classpath. That is what the first "." after -cp is for. --Hendrik Brummermann 13:18, 26 September 2006 (PDT)