RuneRebels

General => Tech Support => Topic started by: Olivia020 on February 11, 2013, 03:29:55 pm

Title: [SELF SOLVED + GUIDE] How do i run the dowloadable client in Linux?
Post by: Olivia020 on February 11, 2013, 03:29:55 pm
I have ubuntu and i can run the file form the loader.jar file but it askes me to run from the run.bat


is there some trick i can do to run it in linux?



==============

Fixed, if you are using linux and want to run the download client make a run.sh file and copy paste this code inside:


Code: [Select]
#!/bin/bash
cd jar
java -Xmx256M -jar loader.jar -configurl http://www.runerebels.com/resources/config.agf
read
Title: Re: [Help] How do i run the dowloadable client in Linux?
Post by: DesertRain on February 11, 2013, 04:33:54 pm
No wonder I haven't seen you on today.  I wonder what changed, you where playing yesterday. :[
Title: Re: [Help] How do i run the dowloadable client in Linux?
Post by: Olivia020 on February 11, 2013, 07:05:15 pm
Yeah i went to linux incase i wanted to make a P-server for Forsaken world with my brother :D
Title: Re: [SELF SOLVED + GUIDE] How do i run the dowloadable client in Linux?
Post by: Prayer on March 31, 2014, 07:34:39 pm
BUMP.

This really helped me :)
Title: Re: [SELF SOLVED + GUIDE] How do i run the dowloadable client in Linux?
Post by: ZzReVeNg3zZ on April 15, 2014, 07:14:58 am
Could never work this out when I was using Linux Mint wish your knowledge was around back then
Title: Re: [SELF SOLVED + GUIDE] How do i run the dowloadable client in Linux?
Post by: Austin on April 16, 2014, 12:01:50 am
stickying for future players
Title: Re: [SELF SOLVED + GUIDE] How do i run the dowloadable client in Linux?
Post by: Ry60003333 on April 25, 2014, 07:28:13 pm
I will include the Linux run script in the next release of the client. ;D
Title: Re: [SELF SOLVED + GUIDE] How do i run the dowloadable client in Linux?
Post by: Gornu on April 28, 2020, 02:58:00 pm
You also have to give the shell script permissions.

Just run
Code: [Select]
sudo chmod 774 run.shthen run it in terminal