Difference between revisions of "Minecraft"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(Created page with " == Linux == === Ubuntu === Troubleshooting: [http://askubuntu.com/questions/377476/minecraft-running-slow Minecraft running slow] - ''my linux minecraft was running on 1...")
 
Line 1: Line 1:
 +
Minecraft was purchased by Micro$oft.  When you pay to play Minecraft you are no longer supporting an independent developer.  Do not pay for Minecraft because you will be paying Micro$oft.
 +
 +
== Play Minecraft for free ==
 +
 +
Use Mineshafter.  This allows you to play Minecraft on a PC for free with most of the features and latest version.
 +
 +
* http://mineshafter.info/
 +
  
 
== Linux ==
 
== Linux ==

Revision as of 13:28, 5 August 2015

Minecraft was purchased by Micro$oft. When you pay to play Minecraft you are no longer supporting an independent developer. Do not pay for Minecraft because you will be paying Micro$oft.

Play Minecraft for free

Use Mineshafter. This allows you to play Minecraft on a PC for free with most of the features and latest version.


Linux

Ubuntu

Troubleshooting:

Minecraft running slow - my linux minecraft was running on 12 to 14 fps. i have installed hava 7,java 8, openjdk 7 and everything requires but minecraft stil slow

This command should tell you what is currently providing the Java virtual machine (java) and the Java compiler (javac):

file /etc/alternatives/java /etc/alternatives/javac

This assumes the "alternatives" system is working properly, which might not be the case, depending on how Java has been "messed up" in the past. To check this, run:

file `which java javac`

If the alternatives system is working correctly and being used by Java, then you should see:

/usr/bin/java: symbolic link to `/etc/alternatives/java' /usr/bin/javac: symbolic link to `/etc/alternatives/javac'