Is it possible to run the Linux version of Minecraft server on the ReadyNas Pro Pioneer?
Has anyone attempted it? If so please share. I'd love to run the box as a small home server for this. (2-3 people)
Any info appreciated. (complete non-techie here obviously)
-------------------------------------------------------------------------------------------------
From the Minecraft download page:http://www.minecraft.net/download.jsp
Linux / Other:
Download Minecraft.jar, an executable jar file. It might work as-is.
If you run into out of memory errors, try launching it with java -Xmx1024M -Xms512M -cp Minecraft.jar net.minecraft.LauncherFrame
Also, please make sure you're running the Sun JVM...
<snip>
First, make sure you can use java from the command line. On linux and mac, this should automatically work, but on windows you might want to set up a PATH system variable.
Then download minecraft_server.jar to anywhere, then launch it as:
java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui
-----------------------------------------------------------------------------------------------------


