What steps will reproduce the problem?
1.Turning on the server
2.Using the Bat file
3.
What is the expected output? What do you see instead?
I expect it to work, instead I see:
C:\Users\Zach>java -Xmx512M -Xms512M -cp mod_smpMoCreaturesServer_v1.1.0.jar;min
ecraft_server.jar net.minecraft.server.MinecraftServer
Exception in thread "main" java.lang.IncompatibleClassChangeError: Implementing
class
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at fq.<clinit>(SourceFile:31)
at net.minecraft.server.MinecraftServer.main(SourceFile:382)
What is the mod version ?
The server is using 1.1.0
What is your operating system?
Windows 7
Please provide any additional information below.
I will provide my bat file below
Original issue reported on code.google.com by Zsell...@yahoo.com on 4 May 2011 at 5:19
Original issue reported on code.google.com by
Zsell...@yahoo.com
on 4 May 2011 at 5:19Attachments: