Not finding the main class in craftbukkit

Discussion in 'Bukkit Help' started by mjmr89, Jan 20, 2011.

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

    mjmr89

    I just got the newest release (as of about 1:20 PST, I can't find where to find the exact build # of it) of craftbukkit and tried to run it, but I get this error:

    C:\Users\<myusername>\AppData\Roaming\.minecraft\Bukkit 2>java -Xms2048M -Xmx2048M -j
    ar craftbukkit-0.0.1-SNAPSHOT.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: org/bukkit/craftbukki
    t/Main
    Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.Main
    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)
    Could not find the main class: org.bukkit.craftbukkit.Main. Program will exit.

    It works fine when I try to use the older build I had (again, dont know the number, but I think I downloaded it some time yesterday). Any ideas?
     
  2. Offline

    HrpDrp

    I'm seeing the same thing with build 112.

    EDIT: build 114 seems to be working fine.
     
  3. Offline

    mjmr89

    Yup, the new ones working for me too, now. How do I find out what build I have?
     
Thread Status:
Not open for further replies.

Share This Page