Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 971  / 2 Years ago, fri, february 4, 2022, 8:13:22

I'm on Ubuntu 11.10, and I am having trouble with Runescape, an in-browser Java game.



My fps used to be 40-50 when I would play on Windows, but now, on Ubuntu I'm at 4-5 fps. Any ideas on how I can fix this?



I use Chromium, and have installed Java 1.7.0_03


More From » 11.10

 Answers
0

the issue with java7/openjdk7 is that they have linking issues with their own libraries so adding them into LD_LIBRARY_PATH should get you out of safemode :)



here is an example command using firefox and openjdk7



32bit:
LD_LIBRARY_PATH=/usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386 firefox



64bit:
LD_LIBRARY_PATH=/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64 firefox



It works for the unix client and once the public testing is done (to see if this causes any other issues) i will make an automated script to fix it :)


[#39946] Friday, February 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
curatekill

Total Points: 376
Total Questions: 117
Total Answers: 102

Location: Wales
Member since Mon, May 17, 2021
3 Years ago
curatekill questions
Fri, Sep 30, 22, 17:23, 2 Years ago
Sun, May 21, 23, 23:32, 1 Year ago
Sat, May 15, 21, 11:19, 3 Years ago
;