LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 03-29-2004, 06:44 AM   #1
d3fault
LQ Newbie
 
Registered: Mar 2004
Posts: 2

Rep: Reputation: 0
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
 
Old 03-29-2004, 06:59 AM   #2
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
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.
 
Old 03-29-2004, 07:05 AM   #3
d3fault
LQ Newbie
 
Registered: Mar 2004
Posts: 2

Original Poster
Rep: Reputation: 0
Sorry i didn't mention it but I installet j2re using apt-get, what should i do?
 
Old 04-15-2004, 05:42 AM   #4
anttieskola
LQ Newbie
 
Registered: Apr 2004
Distribution: Fedora core test release
Posts: 1

Rep: Reputation: 0
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....
 
Old 04-16-2004, 11:59 AM   #5
Magus67
LQ Newbie
 
Registered: Mar 2004
Posts: 26

Rep: Reputation: 15
use this faq for more plugins
http://plugindoc.mozdev.org/faqs/firefox-linux.html
 
Old 04-22-2004, 08:36 AM   #6
goldfish1
LQ Newbie
 
Registered: Apr 2004
Posts: 1

Rep: Reputation: 0
workaround

http://bugzilla.mozilla.org/show_bug.cgi?id=239366#c11
 
Old 05-21-2004, 03:21 AM   #7
number9
Member
 
Registered: Dec 2003
Location: Fresno
Distribution: Gentoo Ricer
Posts: 85

Rep: Reputation: 15
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?
 
Old 05-22-2004, 01:55 AM   #8
pf1359
LQ Newbie
 
Registered: Mar 2003
Location: STL USA
Distribution: SuSE 9.0
Posts: 22

Rep: Reputation: 15
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.
 
Old 07-10-2004, 11:16 AM   #9
cmgleipzig
LQ Newbie
 
Registered: Jun 2004
Distribution: SuSE 8.2
Posts: 6

Rep: Reputation: 0
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.
 
Old 07-27-2004, 10:49 AM   #10
CeltiKaos
Registered User
 
Registered: May 2004
Posts: 3

Rep: Reputation: 0
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
 
Old 08-06-2004, 10:18 AM   #11
invasian
LQ Newbie
 
Registered: Aug 2004
Posts: 23

Rep: Reputation: 15
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.
 
  


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 plugin installed correctly for Firefox but not able to view any java applet tvn Linux - Software 10 04-15-2010 02:13 AM
java plugin for firefox velska Linux - Software 8 04-15-2006 07:00 PM
Firefox 1.0.1 and Java 1.5 plugin: no go Kropotkin Linux - Software 8 03-19-2005 01:01 PM
Java Plugin for Firefox wiskic10_4 Linux - Software 3 12-17-2004 08:09 PM
java plugin for firefox wi_slacker Slackware 14 05-29-2004 02:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 03:04 AM.

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