**** I got this error while openning .bat file. **** HELP***

Discussion in 'Bukkit Help' started by Labirinth, May 28, 2012.

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

    Labirinth

    182 recipes
    27 achievements
    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.MinecraftServer.main(MinecraftServer.java:624)
    at org.bukkit.craftbukkit.Main.main(Main.java:140)
    Press any key to continue . . .


    thats error.... :/ Idk whats happening, i buyed a dedicated windows server and made everything . I open'd .bat file and this is error showing me. I de-installed java 7 , installed it again, de-installed java 7 , and installed java 6 , always same...
     
  2. Offline

    JWhy

  3. Offline

    Labirinth

  4. Offline

    Switch0r

    Notes:This Recommended Build includes an upgrade to the jLine we use in Bukkit. As a result, Windows servers need the Visual C++ 2008 redistributable if you want to be able to see text formatting in your console (or use -nojline to disable jLine if you don't want to).
     
  5. Offline

    Labirinth

  6. Offline

    Switch0r

    You did not add --nojline !

    Echo off
    :start
    cls
    java -native -server -Xmx14G -jar craftbukkit-1.2.5-R3.1.jar nogui --nojline
    pause
    GOTO start
     
  7. Offline

    ZeroZX4

    Start Bukkit
    Bukkit GUI

    make new folder for example on desktop and put to that folder all files you download

    download craftbukkit from here
    http://dl.bukkit.org/downloads/craftbukkit/view/01097_1.2.5-R2.0/


    download bukkit gui from here
    http://dev.bukkit.org/server-mods/bukkitgui/


    follow this 3 steps
    http://i.imgur.com/J9ey6.png

    and your done


    =========================================

    ( >'.')> ( >'.')> ( >'.')> BAT FILE PART <('.'< ) <('.'< ) <('.'< )

    =========================================

    but if u really need/want to stay with bat files

    make new folder for example on desktop and put to that folder all files you download

    download craftbukkit from here
    http://dl.bukkit.org/downloads/craftbukkit/view/01097_1.2.5-R2.0/

    now you rename your craftbukkit.1.2.5-R2.0.jar file to craftbukkit.jar


    here are 4 different bat files download them all and put them to same folder

    run1 java 6 32bit ( >'.')> http://www32.zippyshare.com/v/36778740/file.html
    run2 java 7 32bit ( >'.')> http://www32.zippyshare.com/v/14686885/file.html
    run3 java 6 64bit ( >'.')> http://www32.zippyshare.com/v/6449618/file.html
    run4 java 7 64bit ( >'.')> http://www32.zippyshare.com/v/58488266/file.html


    run each run file 1 by 1 for sure 1 will work for you



    and if you want to have gui but that is a plugin than download this 2 plugins and drop them to plugins folder
    http://dev.bukkit.org/server-mods/pail/
    http://dev.bukkit.org/server-mods/pailplus/ <('.'< ) not necessary


    to minimize console you may want to install this program called trayit!

    http://www.teamcti.com/trayit/trayit.htm

    just rightclick on window minimize button and choose place in system tray
    than click it again and choose tab "more"
    now check option "hide application from taskbar all the time, keep tray icon only"

    some of you may want go back to tab "basic"
    and on the bottom check option "minimize window on creation / when trayit! is started"


    and now you would only right click taskbar and choose properties
    than next to hide icons click the bottom customize


    and now just next to your bukkit server choose always show
     
    JWhy likes this.
  8. Offline

    Labirinth

Thread Status:
Not open for further replies.

Share This Page