LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-13-2007, 12:43 PM   #1
Levethix
Member
 
Registered: Feb 2007
Posts: 36

Rep: Reputation: 15
java runtime environment for firefox


when i'm bored i play this game called runescape.

www.runescape.com

it uses a java app within the browser to launch the game.
when i get the game page loaded, firefox tells me i'm missing a plugin. so i click the "install missing plugins" only to find out that there aren't any for me to download, and i have to do it manually.

i eventually end up here:
http://java.com/en/download/linux_ma...st=java.com:80

and try to install the Linux RPM (self-extracting file), following the instructions it provides:
http://java.com/en/download/help/5000010500.xml#rpm

i did all the instructions asked for, and firefox still says im missing the plugin...

i've also followed this guide:
http://www.fedorafaq.org/#java


still nothing.
can anyone tell me how to get this working?

i'm using fedora 7

Last edited by Levethix; 08-13-2007 at 12:45 PM.
 
Old 08-13-2007, 01:06 PM   #2
Levethix
Member
 
Registered: Feb 2007
Posts: 36

Original Poster
Rep: Reputation: 15
a bit of an update.. i found out that i was creating the links with bad names, as the links in the mozilla/plugins file were broken.

i've fixed that issue, and now the game doesn't ask for a plugin.. but when it gets to that spot, it still doesn't load the java app, and firfox tells me that the page is loaded... it's like it's ignoring the game entirely. what am i missing?

using jre1.6.0_02

Last edited by Levethix; 08-13-2007 at 01:13 PM.
 
Old 08-13-2007, 02:04 PM   #3
HowitZer
LQ Newbie
 
Registered: Mar 2007
Distribution: Fedora Core 6, Fedora Core 4
Posts: 22

Rep: Reputation: 0
I think if you're running Firefox 64 bit then the java plugin won't work. To fix this you can install Firefox 32 bit. You can find it in the package updater.
 
Old 08-13-2007, 05:35 PM   #4
Levethix
Member
 
Registered: Feb 2007
Posts: 36

Original Poster
Rep: Reputation: 15
thanks for the advice, but i dunno if that's the issue... when i downloaded fedora 7 i got the i386 version, and not the x86 64
 
Old 08-13-2007, 05:48 PM   #5
Levethix
Member
 
Registered: Feb 2007
Posts: 36

Original Poster
Rep: Reputation: 15
ok, so when i tried to go to the site again i noticed this file in my home folder:

plugin_stack.trace

i open it with gedit, and it says this:

java.lang.NoClassDefFoundError: Could not initialize class com.sun.deploy.config.Config
at sun.plugin.AppletViewer.initEnvironment(Unknown Source)
at sun.plugin.navig.motif.Plugin.doit(Unknown Source)
at sun.plugin.navig.motif.Plugin.start(Unknown Source)

can anyone tell me what that means? xD
 
Old 08-13-2007, 09:29 PM   #6
tajamari
Member
 
Registered: Jul 2007
Distribution: Red Hat CentOS Ubuntu FreeBSD OpenSuSe
Posts: 252

Rep: Reputation: 32
Download LINUX RPM and follow this site. You may need define the complete path of the browser so that plugins are properly install. Refer to this site http://www.java.com/en/download/help/5000010500.xml#rpm
 
Old 08-14-2007, 03:47 PM   #7
Levethix
Member
 
Registered: Feb 2007
Posts: 36

Original Poster
Rep: Reputation: 15
again, thanks for the advice, but i've already done all of that (refer to my opening post).

i'm quite certain that i've done so properly.. as i've been through that instruction list at least a dozen times.

i have jre1.6.0_02 installed. (at least as far as http://www.java.com/en/download/help/5000010500.xml#rpm has instructed me to do so)
i have a link from the java library in the mozilla/plugins file.
quite certian i'm not using an x64 system, so there is no need to get 32bit forefox.
and i still have the issue of the game not working.

wtf am i doing wrong?
(post 5 might be of interest)

Last edited by Levethix; 08-14-2007 at 03:51 PM.
 
Old 08-14-2007, 03:51 PM   #8
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
What is the output of $ java -version
 
Old 08-14-2007, 03:52 PM   #9
Levethix
Member
 
Registered: Feb 2007
Posts: 36

Original Poster
Rep: Reputation: 15
[Levethix@localhost ~]$ java -version
java version "1.6.0_02"
Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
Java HotSpot(TM) Client VM (build 1.6.0_02-b05, mixed mode, sharing)


should be working, right? :\

Last edited by Levethix; 08-14-2007 at 03:54 PM.
 
Old 08-14-2007, 04:52 PM   #10
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Yep, should be.

Did you follow the instructions here:
http://www.mozilla.org/support/firefox/faq.html#q2.2

Actually, I can see above that you did, but I think the problem must be somehow related to that link. Do other java applets on the web work?

Last edited by rickh; 08-14-2007 at 04:54 PM.
 
Old 08-15-2007, 03:57 PM   #11
Levethix
Member
 
Registered: Feb 2007
Posts: 36

Original Poster
Rep: Reputation: 15
sorry for a late response... and no, no other java apps work as far as i am aware.

i'll take a look through that guide again...


so i'm now noticing that there is a java/plugin/i386/ns7
and a
java/plugin/i386/ns7-gcc29

which both contain the library file i had to link to mozilla/plugins.

i think i linked the ns7 one... i'll try the gcc one.

Last edited by Levethix; 08-15-2007 at 04:03 PM.
 
Old 08-15-2007, 04:16 PM   #12
Levethix
Member
 
Registered: Feb 2007
Posts: 36

Original Poster
Rep: Reputation: 15
yea.. bad idea on that one. firefox closed itself after x amount of time with the gcc version... i tried "firefox" in the terminal to see if it would give me any feed back.. it didn't.

so i tried to use konqueror to get to the site, as i've heard that it reads plugins from the mozilla/plugins folder. it did the exact same thing firefox did with the plugin i had in place before all of this; said the page was loaded and all i had was a black screen where the game should have been.

so i switched back to the ns7 version (not ns7-gcc29)

maybe i'm not using the right version of java?

Last edited by Levethix; 08-15-2007 at 04:20 PM.
 
Old 08-18-2007, 06:25 PM   #13
Levethix
Member
 
Registered: Feb 2007
Posts: 36

Original Poster
Rep: Reputation: 15
EPIC VICTORY

konqueror has better java support i guess :\

using konqueror i was able to tell the game to use the default java and it works just fine!

if anyone has had a similar problem, post it here, i might be able to help you if you're using fedora.

Last edited by Levethix; 08-18-2007 at 07:05 PM.
 
Old 08-18-2007, 08:30 PM   #14
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
That reinforces my opinion that the problem is in your links to the Mozilla plugin. Konqueror does not use a plugin for Java. As long as Java is correctly installed, Konqueror works.

Your success with Konqueror proves that your Java installation is fine. The only thing left blocking FF is the link to the plugin.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Java Programming: Java Runtime Environment not found when trying to compile murbz Linux - Software 2 03-26-2009 03:04 AM
Java Runtime Environment (Debian/FireFox) nutnut Linux - Software 2 10-28-2005 06:58 PM
Java Runtime Environment for Opera and firefox manmad Mandriva 5 08-25-2005 03:13 AM
Java runtime environment Ab3n Linux - Newbie 5 08-19-2005 03:50 PM
Firefox plugin = Java Runtime environment?? Knowledgements Slackware 17 07-16-2005 09:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration