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 | ||