What is the best way for me to run minecraft-server on FreeBSD? The current version of minecraft-server is outdated by several versions, current version in ports is 1.4.7 while the current version they run is 1.6.4. For that reason I cannot run the version in ports.
I want to run minecraft-server in a shell as a normal user. I have read topics like this one (minecraftforum.net) for FreeBSD 8.1 and this one (blogspot). But I am not sure how and what is the best way to run minecraft-server on FreeBSD.
My test shell script looks like this. I haven't installed java yet since I am not sure what I should be running.
This is my current version of FreeBSD 9.1.
Thanks for the help.
I want to run minecraft-server in a shell as a normal user. I have read topics like this one (minecraftforum.net) for FreeBSD 8.1 and this one (blogspot). But I am not sure how and what is the best way to run minecraft-server on FreeBSD.
My test shell script looks like this. I haven't installed java yet since I am not sure what I should be running.
Code:
PATH="/usr/local/bin:/usr/bin:/bin"
#!/usr/local/bin/bash
java -jar minecraft_server.1.6.4.jar
This is my current version of FreeBSD 9.1.
Code:
uname -a
FreeBSD saturn.net303.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
Thanks for the help.