Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Installing Legacy RS and RuneMate on Ubuntu

Joined
Mar 6, 2017
Messages
52
So I have a Xubuntu 14.04 Desktop (Trusty Tahr) based on a 64-bit system dedicated server. I'm confused on how to install the legacy RuneScape client and RuneMate?

I did java -version and I get:
e050b5d13c039aebefa4a7ab639f6953.png


Then I download the RuneMate.jar file and I do "java -jar RuneMate.jar" and I get:
Code:
Error: Could not find or load main class com.runemate.boot.Boot

Mind helping me out? Thanks!

EDIT: I figured out how to install the RSU client. But I'm still stuck on installing RuneMate.
EDIT 2: I figured it out.
 
Last edited:
Joined
Dec 20, 2016
Messages
37
I am still getting this error, any fix?

EDIT: Nvm, do not install the stand alone .jar, instead click the Linux button, under downloads.

Should bring you to: https://cdn.runemate.com/builds/2.30.4.0/linux/amd64/RuneMate_setup.sh

It will bring you to a webpage with text, right click and save the file as RuneMate_setup.sh in what ever directory.

open terminal and cd to where you saved the file, then enter the following:
Code:
chmod +x RuneMate_setup.sh
sudo ./RuneMate_setup.sh
 
Last edited:
Top