sehrgut / minecraft-smp-mocreatures

Automatically exported from code.google.com/p/minecraft-smp-mocreatures
Eclipse Public License 1.0
0 stars 0 forks source link

Exception in thread "main" java.lang.IncompatibleClassChangeError: Implementing class #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
As mentioned in the readme file, you must not start the server before using the 
bat.
The manager will launch the server by itself

Original comment by finnith...@gmail.com on 12 May 2011 at 8:10