0

I've Installed OpenJDK 6, opened the jar with java by right clicking, but it doesnt do anything

What am I missing?

I've also tried java -jar Minecraft.jar with sudo, didn't worked :(

1 Answers1

0

Is the jar marked as executable? Right click on the jar file and check the execution permissions, or run

sudo chmod a+x Minecraft.jar

in the terminal.