im confused i bought minecraft so i downloaded it into a .jar file but i dont know where i go to play it-yes this is probably stupid
First make sure you installed the sun-java6-jre and sun-java6-plugin packages. (these names are for Ubuntu)
Then make a new file wherever you put minecraft.jar, name it minecraft.sh and put this in it:
[code]#!/bin/sh
java -Xmx1024M -Xms512M -cp Minecraft.jar net.minecraft.LauncherFrame[/code]
Set it executable, and run.
thank you kindly :tiphat:
Sorry, you need to Log In to post a reply to this thread.