Changes

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search

Minecraft

358 bytes added, 18:58, 5 August 2015
The following lines were added (+) and removed (-):
=== Set up Minecraft server on Ubuntu ===First install Oracle JavaRun the following commands in this order to add the PPA, update the source list and then install java: sudo apt-add-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installerThen run this to check what version you have installed: java -version