08-11-2014, 01:33 PM
(08-11-2014, 12:29 PM)davidwillis link Wrote:It works fine from command line (I do have to be in the correct folder when I run it though).
You could probably put the path to the .jar file like so rather than having to be in the same directory:
Code:
java -Xmx1024M -Xms1024M -jar /path/to/archive/minecraft_server.jar nogui
Paul