Fedora This forum is for the discussion of the Fedora Project. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-29-2004, 06:44 AM
|
#1
|
LQ Newbie
Registered: Mar 2004
Posts: 2
Rep:
|
Firefox java plugin not working, please help.
Hi, i use mozilla firefox 0.8, i downloaded the plugin, libjavaplugin_oji.so is in /plugins but it just doesn't do anything, webpages using java applets still ask me to download the plugin. It worked flawlessly on other distributions but not on fc1
Any ideas? Thx 
|
|
|
03-29-2004, 06:59 AM
|
#2
|
Senior Member
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690
Rep:
|
you downloaded the plugin, but you don't have java installed.
it is like having the plugin for windows media player without windows media player installed.
|
|
|
03-29-2004, 07:05 AM
|
#3
|
LQ Newbie
Registered: Mar 2004
Posts: 2
Original Poster
Rep:
|
Sorry i didn't mention it but I installet j2re using apt-get, what should i do?
|
|
|
04-15-2004, 05:42 AM
|
#4
|
LQ Newbie
Registered: Apr 2004
Distribution: Fedora core test release
Posts: 1
Rep:
|
Java plugin Mozilla
I have always downloaded Java SDK from java.sun.com, but you can download also JRE only if you dont develop java code.
Then chmod +x to the j2...bin file and execute it it will self extract then move it to some location then make environment variables to the profile. i use /etc/profile.d/ dir and make there java.sh file that is executable and readable to all.
Content of java.sh:
export JAVA_HOME="/opt/j2sdk1.4.2_04"
export JAVA_PATH="$JAVA_HOME"
export PATH="$PATH:$JAVA_HOME/bin"
Then make a symbolic link to the /usr/lib/mozilla/plugins folder like this:
ln -s /opt/j2sdk1.4.2_04/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin_oji.so
Where first is the plugin (target) second argument is the mozilla plugins folder.
Restart mozilla and it works
I use Fedora core test release....
|
|
|
04-16-2004, 11:59 AM
|
#5
|
LQ Newbie
Registered: Mar 2004
Posts: 26
Rep:
|
|
|
|
04-22-2004, 08:36 AM
|
#6
|
LQ Newbie
Registered: Apr 2004
Posts: 1
Rep:
|
workaround
|
|
|
05-21-2004, 03:21 AM
|
#7
|
Member
Registered: Dec 2003
Location: Fresno
Distribution: Gentoo Ricer
Posts: 85
Rep:
|
If you are using SuSE 9.1 and selected Java during the installation, you get two versions with three plugins. Use the following to have FireFox 0.8 take the right one::
Navigate to your Mozilla Firefox plugins directory, and issue the following command:
ln -s /usr/lib/java/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
------------------------------------------------------------
When was the last time you donated to Open Source?
|
|
|
05-22-2004, 01:55 AM
|
#8
|
LQ Newbie
Registered: Mar 2003
Location: STL USA
Distribution: SuSE 9.0
Posts: 22
Rep:
|
I have SuSE 9.1, and I installed Firefox 0.8 using the YaST installer. I finally got Java working, so I thought I'd post how I did it:
The file I wanted to link was /usr/lib/java/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
The directory SuSE uses for plugins is in /opt/MozillaFirefox/lib/plugins/java2/plugin/i386.
There was no directory for ns610-gcc32, so I created one. I then used ln-s to create a symlink to the .so file. Java now works for me.
|
|
|
07-10-2004, 11:16 AM
|
#9
|
LQ Newbie
Registered: Jun 2004
Distribution: SuSE 8.2
Posts: 6
Rep:
|
Can you clarify further
I realize that the last post here was in May, but perhaps someone will look here. I'm having the same trouble getting Java to work. Can you or someone clarify what/where you're creating the ns610-gcc32 directory? I'm using SuSE 8.2, not 9.1, but I'm guessing our problems are similar. Thanks.
|
|
|
07-27-2004, 10:49 AM
|
#10
|
Registered User
Registered: May 2004
Posts: 3
Rep:
|
Re: Can you clarify further
Quote:
Originally posted by cmgleipzig
I realize that the last post here was in May, but perhaps someone will look here. I'm having the same trouble getting Java to work. Can you or someone clarify what/where you're creating the ns610-gcc32 directory? I'm using SuSE 8.2, not 9.1, but I'm guessing our problems are similar. Thanks.
|
I'm using Mandrake 9.1 and 10 (two machines). Java works on neither of them. I do have the ns610... file. Where did you put it to make this work?
Thanks,
Julian
|
|
|
08-06-2004, 10:18 AM
|
#11
|
LQ Newbie
Registered: Aug 2004
Posts: 23
Rep:
|
Hey...just wanted to add something here if someone can figure this out...i have suse 9.1...i installed the plugins into /usr/lib/browser-plugins ...with konqueror, java works, but with firefox, it does not. the reason why i have libjavaplugin_oji.so in there is because that is where the flashplayer plugins were installed....flash works in firefox and it is an option to enable/disable in the firefox preferences, but java is not...this is so frustrating, cause i feel i'm almost there....
EUREKA...just to let you know it finally worked...apparently /usr/lib/browser-plugins is for konqueror....there was another folder /home/invasian/.mozilla/plugins (invasian is my username) where the mozilla plugins should go to...i knew this, but couldn't find it before...anyways, make sure you link to libjavaplugin_oji.so, otherwise firefox crashes. good luck
Last edited by invasian; 08-06-2004 at 10:36 AM.
|
|
|
All times are GMT -5. The time now is 07:56 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|