RuneRebels

General => Tech Support => Started by: Whackatre on February 10, 2013, 12:15:58 am

Title: [Linux] Missing a Library
Post by: Whackatre on February 10, 2013, 12:15:58 am
(http://oi50.tinypic.com/282q069.jpg)

The client doesn't load, and judging from the stack trace I'm probably missing some runtime library. By the way, I'm on Mint 14 and using JRE 7 if that helps. Also I ran RR on another computer (Mint 13 with JRE 6) and it worked fine.
Title: Re: [Linux] Missing a Library
Post by: Whackatre on February 13, 2013, 11:43:52 pm
Bump. There needs to be a solution other than to use Sun's JRE. If someone can come and attach the required JPEG libraries that would be great.
Title: Re: [Linux] Missing a Library
Post by: Jrub on February 14, 2013, 01:15:54 am
offtopic but i see me in the background :o
Title: Re: [Linux] Missing a Library
Post by: Karl on February 14, 2013, 11:44:43 am
For some absurd reason you need to use the commerical java from the oracle website.
Title: Re: [Linux] Missing a Library
Post by: Whackatre on February 18, 2013, 04:37:42 am
Thanks for the help guys. I'm on Debian Squeeze right now and I fixed the issue by using

Code: [Select]
sudo update-java-alternatives -s java-6-sun
which uses Sun's JRE instead of OpenJDK's JRE. I figure the same method could be used to fix my issue on Mint. Thanks again!