My favorites | Sign in
Logo
                
Search
for
Updated Apr 02, 2009 by matt.corby
Labels: Featured, Phase-Deploy
Installation  

Trying out the MUD

Requires Java JVM 1.5

You can now try out an installation of GrooyMud! Connect now on telnet://zeno.biyg.org:2223 !!

Download and Unzip

Edit the conf files

Run GroovyMud!

If groovymud does not start up, the most likely issue will be the security. If AccessController gives you an exception, note down the protection domain and the permission thats failing and add it to the policy.


Comment by alothien, Feb 25, 2009

After following all of these instructions (on Mac OS X, with groovy installed and with JDK 1.6 installed), I get the following:

Exception in thread "main" java.lang.NoClassDefFoundError?: org/groovymud/engine/JMUDEngine Caused by: java.lang.ClassNotFoundException?: org.groovymud.engine.JMUDEngine

at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController?.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader?.loadClass(ClassLoader?.java:316) at sun.misc.Launcher$AppClassLoader?.loadClass(Launcher.java:288) at java.lang.ClassLoader?.loadClass(ClassLoader?.java:251) at java.lang.ClassLoader?.loadClassInternal(ClassLoader?.java:374)

Comment by matt.corby, Apr 03, 2009

JMUDEngine is not the name of the main class, there was a typo in the script.

This should be org.groovymud.engine.JMudEngine and is now corrected in the latest download.


Sign in to add a comment
Hosted by Google Code