Update problem. (1.2.2)

Discussion in 'Bukkit Help' started by BatteryAcid, Mar 1, 2012.

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

    BatteryAcid

    It says this. ]=

    Exception in thread "main" java.lang.NoClassDefFoundError: craftbukkit-1/1-R6-20
    120301/142116-2
    Caused by: java.lang.ClassNotFoundException: craftbukkit-1.1-R6-20120301.142116-
    2
    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: craftbukkit-1.1-R6-20120301.142116-2. Program wi
    ll exit.
    Press any key to continue . . .

    Does anyone know what this means? All I did was delete R4 and I went into my .bat(run) file and changed it to this.

    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M craftbukkit-1.1-R6-20120301.142116-2
    PAUSE

    That is what I'm supposed to do right? instead of it being craftbukkit-1.1-R4 I changed it to the name of the new updated build. That's what I'm supposed to do right? Please help.
     
  2. Offline

    daneitoa

    I'm havin the same problem. Thing about it, in my opinion and one of two most liekly reasons why, It is probably because the run file, made on notepad does not work. Bukkit works fine, but its the code put on notepad to launch it thats messed up.

    On the other hand, it could be the coding of the newest bukkit software. Other than that, I got nothin.
     
Thread Status:
Not open for further replies.

Share This Page