[Ubuntu 10.04] World of Minecraft Client
Alright, so, me and a friend have been trying to figure this out for the past two hours.
I'm running Ubuntu 10.04 and have Java 1.6.0_20 installed, along with openJDK Java Runtime 6 and can't get this thing to work at all.
We've tried numerous variations of the scripts to start it. All we get is a flash of the terminal and nothing.
Seriously, help? I can't even get it to work in Google Chrome/ Firefox.
Seriously, help? I can't even get it to work in Google Chrome/ Firefox.
Script I'm using:
#!/bin/sh<BR></DIV><DIV>java -Xms800M -Xmx800M -classpath .:lib/jinput.jar:lib/lwjgl.jar:lib/lwjgl_util.jar:lib/World of Minecraft.jar:lib/minecraft.jar</DIV><DIV> -Djava.library.path=native/linux Main
It doenst work. I get the
It doenst work. I get the following error:
"Could not find the main class: Main. Program will exit."
I used Marneus68' script ...
any ideas?
TIP.
Don't use anyone else's script but World of Minecraft. We know more on our client than anyone else. Also, search before posting.
This is the only script that
This is the only script that was made and works with the World of Minecraft client for Linux:
WoM Coins: 0
I am using Ubuntu 9.10 and here is the content of my shell script. It works fine for me. Don't forget to put the script inside the World of Minecraft directory and to copy the minecraft.jar into the lib directory.
#!/bin/sh
java -Xms512M -Xmx512M -classpath .:lib/jinput.jar:lib/lwjgl.jar:lib/lwjgl_util.jar:lib/World of Minecraft.jar:lib/minecraft.jar -Djava.library.path=native/linux Main