Unrecognized Option & Could Not Create Virtual Machine

Discussion in 'Bukkit Help' started by xsalvaz, Mar 31, 2015.

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

    xsalvaz

    I'm trying to run my server that I've had running many a time before. But when I try to run it, it says:
    Unrecognized Option: -xmx1024m
    Error: Could not create the Java Virtual Machine
    Error: A fatal exception has occured. Program will exit.

    I know I'm not trying to run too much, and I have the .bat set up as so:
    @Echo OFF
    java -xmx1024m -xms1024m -jar Craftbukkit.jar
    PAUSE

    Can anyone help me? I just can't seem to get it running, and I've not changed anything from the last time I had it running properly.
     
  2. Offline

    nverdier

    @xsalvaz You have to use correct capitalization for your options.
     
    mine-care likes this.
  3. Offline

    mine-care

    @nverdier is right, you can look up in setting up your server section to find the perfectly working script and use it :- )
     
Thread Status:
Not open for further replies.

Share This Page