[Urgent]Cant run bukkit in win xp x32

Discussion in 'Bukkit Help' started by tioogu, Oct 16, 2012.

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

    tioogu

    [​IMG]
    This the error, can someone help me?
     
  2. Offline

    W&L-Craft

    Please give more information

    Do you have java installed?

    and post your start file
     
  3. Offline

    tioogu

    Yes i have java, here go the version:
    [​IMG]
    Start file:
    [​IMG]
     
  4. Offline

    W&L-Craft

    Reinstall java,

    if that doesnt works just say
     
  5. Offline

    tioogu

    I already did that.
     
  6. Offline

    TnT

    The start bat you have listed does not match the error you have received. The error shows you have set a -Xms value, while your start bat shows no -Xms value.

    Please try to lower the -Xmx value. Perhaps try: -Xmx768M
     
  7. Offline

    tioogu

    Now it says:
    Too small initial heap
     
  8. Offline

    TnT

    Try this command:
    Code:
    java -Xms768M -Xmx768M -jar craftbukkit.jar -o true
    
    If that doesn't work, try:
    Code:
    java -Xms512M -Xmx512M -jar craftbukkit.jar -o true
    
    If you still have troubles, please show screenshots of each step for each error received.
     
Thread Status:
Not open for further replies.

Share This Page