Jump to content

Recommended Posts

Posted

I've tried to install Minecraft Forge into the bukkit jar file and it gives me this error/crash when I first start up with forge in. This is the Universal Forge not the Source or Javadoc.

 

 

Exception in thread "main" java.lang.NoClassDefFoundError: aa

at java.lang.ClassLoader.defineClass1(Native Method)

at java.lang.ClassLoader.defineClass(ClassLoader.java:791)

at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:14

2)

at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)

at java.net.URLClassLoader.access$100(URLClassLoader.java:71)

at java.net.URLClassLoader$1.run(URLClassLoader.java:361)

at java.net.URLClassLoader$1.run(URLClassLoader.java:355)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)

at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:480)

Caused by: java.lang.ClassNotFoundException: aa

at java.net.URLClassLoader$1.run(URLClassLoader.java:366)

at java.net.URLClassLoader$1.run(URLClassLoader.java:355)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)

at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

... 13 more

Press any key to continue . . .

 

I am using the 1.5 Forge. I don't have any plugins or mods installed, the server worked fine when I just started it with out any modding.

 

This the text in my .bat file I am using to start up:

 

@Echo off

title MC Server Console

java -Xms1024M -Xmx1024M -jar craftbukkit-1.4.7-R0.1.jar

PAUSE

Please give my any help

 

I am using the 1.5. I don't have any plugins or mods installed, the server worked fine when I just started it with out any modding.

 

This the text in my .bat file I am using to start up:

 

@Echo off

title MC Server Console

java -Xms1024M -Xmx1024M -jar craftbukkit-1.5.1-R0.1-20130325.210011-21.jar

PAUSE

 

Please give my any help, I don't really know how to code, so give me something I can understand please.

Posted

Fore does not work with bukkit. There are alternatives but nothing officially supported at this time.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.