Help new bukkit isnt running!!!

Discussion in 'Bukkit Help' started by chrislxp, Jan 16, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    chrislxp

    Ok so i run the the bukkit.jar file like it tells me and i get the following error

    Code:
    [root@server1 bukket2]# java -Xms512M -Xmx512M -jar craftbukkit.jar nogui
    Exception in thread "main" java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/Main
    Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.Main
            at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Could not find the main class: org.bukkit.craftbukkit.Main. Program will exit.
     
  2. Offline

    murreb

    Crosspost

    There will be a new build soon, wait for it.
     
  3. Offline

    chrislxp

    okay thankyou but other people have got it working i just wanted some fixes
     
  4. Offline

    nichiatu

    you do realize that craftbukkit is the server wrapper, and bukkit is the API?
     
  5. Offline

    chrislxp

    sorry can you explain that to me i dont quite understand
     
  6. Offline

    Tiramon

    and you realize the craftbukkit.jar in his commandline?

    i can also confirm that
    same error on my server
     
  7. They are probably using earlier builds. You can also download an earlier build and see if it works.

    http://bamboo.lukegb.com/

    Also, don't post threads with 3 exclamation marks the next time. Bukkit is not even officially released and stuff breaks/gets fixed like every 15 minutes. Get used to it or don't run it.
     
  8. Offline

    nichiatu

    you do realize I didn't?
    thanks for correcting me.
     
Thread Status:
Not open for further replies.

Share This Page