Minecraft Install
From 2047Servers Support
| Line 21: | Line 21: | ||
If you have any version of Java installed, that is great (The newer the better) 6+ is best | If you have any version of Java installed, that is great (The newer the better) 6+ is best | ||
| + | |||
| + | === Windows Java Install === | ||
| + | |||
| + | For Windows OS's it is best to visit Java's Website & download the correct installer (it should auto detect either 32bit or 64bit) | ||
| + | |||
| + | http://www.java.com/en/download/ | ||
| + | |||
| + | === Ubuntu Java Install === | ||
| + | |||
| + | This is the easiest method to use for Ubuntu, else see below on manual / advance method | ||
| + | |||
| + | <pre>sudo apt-add-repository ppa:webupd8team/java </pre> | ||
| + | |||
| + | <pre>sudo apt-get update</pre> | ||
| + | |||
| + | <pre>sudo apt-get install oracle-java7-installer</pre> | ||
| + | |||
| + | === Other Linux === | ||
If you need to install java/jre see links below | If you need to install java/jre see links below | ||
| Line 66: | Line 84: | ||
After downloading you will need to run the server for the first time, this will create the core files & a server world. | After downloading you will need to run the server for the first time, this will create the core files & a server world. | ||
| − | <pre>java -Xms512M -Xmx1G -jar minecraft_server.jar</pre> | + | <pre>java -Xms512M -Xmx1G -jar minecraft_server.jar nogui</pre> |
== Basic Config == | == Basic Config == | ||