Running the WolfMUD World Builder

To start the World Builder:

  1. Change to the directory where the software is installed (Usually WolfMUD).

  2. Run the class wolfBuilder

    1. For Java 1.2 and above:

      java wolfBuilder

    2. 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

Note

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.