I get this error: NoClassDefFoundError

Discussion in 'Bukkit Help' started by Rcyo, Aug 10, 2012.

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

    Rcyo

    Hello people,
    I need help with my server,
    When i want to start my server i get this Error in my console
    I have the newest version of Java 64bit

    the error:
    Code:
    java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.
    internal.Kernel32
            at org.fusesource.jansi.internal.WindowsSupport.getConsoleMode(WindowsSu
    pport.java:50)
            at jline.WindowsTerminal.getConsoleMode(WindowsTerminal.java:176)
            at jline.WindowsTerminal.init(WindowsTerminal.java:80)
            at jline.TerminalFactory.create(TerminalFactory.java:93)
            at jline.TerminalFactory.get(TerminalFactory.java:151)
            at jline.console.ConsoleReader.<init>(ConsoleReader.java:140)
            at jline.console.ConsoleReader.<init>(ConsoleReader.java:126)
            at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:94)
            at net.minecraft.server.DedicatedServer.<init>(DedicatedServer.java:33)
            at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:657)
            at org.bukkit.craftbukkit.Main.main(Main.java:143)
    Anybody can help me with this?

    EDIT:

    I typed the RUN.bat to this and it works now!

    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx2048M -Xms1024M -jar craftbukkit.jar --nojline
    PAUSE


    Please close this topic? :)
     
    Reestv likes this.
Thread Status:
Not open for further replies.

Share This Page