| Book of WolfMUD | ||
|---|---|---|
| <<< Previous | Setup and Running | Next >>> |
To start the World Builder:
Change to the directory where the software is installed (Usually WolfMUD).
Run the class wolfBuilder
For Java 1.2 and above:
java wolfBuilder
For Java 1.1.x make sure the Swing classes are in you classpath:
java -classpath .;c:\jdk1.1.7\lib\classes.zip; c:\swing-1.1.1fcs\swingall.jar wolfBuilder
![]() | The commands should be entered on a single line. For more details on Swing for Java 1.1.x see the chapter on Requirements for details. For more information on running Java classes see the chapter Running Java if you need help. |
Details on using the World Builder including a tutorial are covered starting with the chapter called World Builder.
| <<< Previous | Home | Next >>> |
| WolfMUD Java Client Setup | Up | World Builder |