Page 1 of 1

How to play craftland on Linux

Posted: Thu Jun 26, 2014 11:33 am
by Soulmusician
Hei Nickster,

can you help me out with a ubuntu tutorial for craftland please? Oh and please I need to know how to use the craftland recorder there aswell.

Thanks


Soul

Re: Craftland install tutorial for ubuntu 14 please?

Posted: Sat Jun 28, 2014 4:12 pm
by marc0303
First install java. To do so, open a terminal and type

Code: Select all

sudo apt-get install openjdk-7-jre
Then, download the launcher and type

Code: Select all

cd ~/Downloads/
chmod +x craftlandlauncher.jar
java -jar craftlandloader.jar
And you're good to go!

For the recorder, download the recorder library in the launcher and hope it doesn't break on linux :P

Re: Craftland install tutorial for ubuntu 14 please?

Posted: Sun Jul 06, 2014 8:01 am
by Soulmusician
marc0303 wrote:First install java. To do so, open a terminal and type

Code: Select all

sudo apt-get install openjdk-7-jre
Then, download the launcher and type

Code: Select all

cd ~/Downloads/
chmod +x craftlandlauncher.jar
java -jar craftlandloader.jar
And you're good to go!

For the recorder, download the recorder library in the launcher and hope it doesn't break on linux :P
Hei Marc,

thank you it worked! Is there a way how i can automate the process of starting the launcher? So that i dont have to gor for the terminal everytime? Like a batch file maybe?

Your

Ubuntunoob

Re: Craftland install tutorial for ubuntu 14 please?

Posted: Sun Jul 06, 2014 12:56 pm
by marc0303
Double clicking the loader should work, but if it doesn't you can create a bash script (launch.sh for example) that contains this line:

Code: Select all

java -jar craftlandloader.jar
(This implies that the loader and the script are in the same folder)

You will need to mark it as executable so open a terminal and type

Code: Select all

chmod +x launch.sh

Re: Craftland install tutorial for ubuntu 14 please?

Posted: Mon Jul 07, 2014 9:33 am
by Soulmusician
Thanks again Marc,

I ll try that soon. Would you mind to pin the thread under How to play craftland on a Mac!?
This was very helpfull to me.

Yours Soul