A another java.lang.NullPointerException...

Discussion in 'Bukkit Help' started by Zerkhan, Feb 8, 2012.

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

    Zerkhan

    Hi,

    I currently have a big problem on the launch of my server (craftbukkit run -1.1-R3).
    I use Windows 7 (64-bit) and when I start my server with my .bat file:

    [​IMG]

    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R3.jar
    PAUSE

    Does anyone have a solution =/ ?
    Thank you in advance ...
     
  2. Offline

    ZeroZX4

  3. Offline

    Zerkhan

    Amazing GUI... but don't work with me :(

    java.lang.NullPointerException
    at java.io.Reader.<init>(Unknown Source)
    at java.io.InputStreamReader.<init>(Unknown Source)
    at net.minecraft.server.AchievementMap.<init>(SourceFile:15)
    at net.minecraft.server.AchievementMap.<clinit>(SourceFile:9)
    at net.minecraft.server.Statistic.d(SourceFile:38)
    at net.minecraft.server.CounterStatistic.d(SourceFile:15)

    Server Stopped...
    at net.minecraft.server.StatisticList.<clinit>(SourceFile:24)
     
  4. Offline

    ZeroZX4

    w my god

    1st of all

    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R3.jar
    PAUSE

    u gonna lanuch it by java 6 and u say its problem with java 7 ? change to jre7

    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R3.jar
    PAUSE


    make sure that on tab super start in bukkit gui at java enviroment on uper left part of windown you choose java7

    and if that dont help reinstall java and tell me did it help
     
  5. Offline

    Zerkhan

    I download and try Java 7 (x64) and correct the jre7 path, and still not working ... I think I'm cursed.
     
  6. Offline

    ZeroZX4

  7. Offline

    Zerkhan

    Thank you very much for your help ZeroZX4, but its still not working. I have a serious problem with Java. Yet I reinstall quite a few times. I'm tired x_x
     
  8. Offline

    ZeroZX4

    ehh well if u got skype or teamviewer i can help u over that when i actually be able to see whats going on in ur machine
     
Thread Status:
Not open for further replies.

Share This Page