Talk:VisualGuideToInstallingStendhalStep5: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Clemenst mNo edit summary |
imported>Hendrik Brummermann No edit summary |
||
| Line 1: | Line 1: | ||
What should i do with the rest of the stendhal-server-0.53.zip? |
What should i do with the rest of the stendhal-server-0.53.zip? |
||
: just unzip it into the same directory. --[[User:Hendrik Brummermann|Hendrik Brummermann]] 13:18, 26 September 2006 (PDT) |
|||
In step 7 I get an '''error''' when running |
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''' |
'''java -cp .:marauroa.jar:jython.jar:log4j.jar:mysql-connector.jar:stendhal-server-0.53.jar marauroa.server.marauroad -c marauroa.ini -l''' |
||
| ⚫ | |||
: 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. --[[User:Hendrik Brummermann|Hendrik Brummermann]] 13:18, 26 September 2006 (PDT) |
|||
---cut--- |
|||
| ⚫ | |||
classpath |
|||
---cut--- |
|||
I presume there should be a '''data''' directory from the root or somewhere in the java classpath. |
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. |
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. --[[User:Hendrik Brummermann|Hendrik Brummermann]] 13:18, 26 September 2006 (PDT) |
|||
'''The above error remains''' |
|||
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)