Results 1 to 4 of 4
Hi, everyone !
I'm trying to get Java pluging working on Firefox 2.0.0.12 on 64-bit openSUSE 10.3.
I have read on the Web that I need to create a link ...
- 03-19-2008 #1Just Joined!
- Join Date
- Jun 2006
- Posts
- 47
Java on Firefox
Hi, everyone !
I'm trying to get Java pluging working on Firefox 2.0.0.12 on 64-bit openSUSE 10.3.
I have read on the Web that I need to create a link in Firefox folder to somewhere/libjavaplugin.something.
However, I cannot find no file named *libjavaplugin* on my hard disk.
...
Java (1.5.0 update 14) is installed in YaST. Moreover, it works with Konqueror browser.
Thanks.
- 03-19-2008 #2
Whats the output of running
That will help find where the java plugin is located.Code:#find / -name libjavaplugin_oji.so
- 03-19-2008 #3Just Joined!
- Join Date
- Jun 2006
- Posts
- 47
Nothing.
That's all the point !
It works with Konqueror, but there is no libjavaplugin file.
May it be, they've managed to re-name it somehow ?
- 03-19-2008 #4
How about
There is an article here that may help you with this issue.Code:#find / -name "libjava*"


Reply With Quote