[Ubuntu 10.04] World of Minecraft Client
4 replies [Last post]
Blacklist.
WoM Member
Members
WoM Member: 11010
WoM Coins: 0

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.


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

Marneus68
WoM Member
Members
WoM Member: 32185
WoM Coins: 0
I am using Ubuntu 9.10 and

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

Westbeam
WoM Member
Members
WoM Member: 17858
WoM Coins: 11
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?

InvisiblePerson
WoM Member
Contributor
WoM Member: 446
WoM Coins: 18
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.

Jon
WoM Member
Members
WoM Member: 4062
WoM Coins: 20
This is the only script that

This is the only script that was made and works with the World of Minecraft client for Linux:

http://www.worldofminecraft.com/H4X/linux.php