Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Whats the output of running
    Code:
    #find / -name libjavaplugin_oji.so
    That will help find where the java plugin is located.

  3. #3
    Just 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 ?

  4. #4
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    How about
    Code:
    #find / -name "libjava*"
    There is an article here that may help you with this issue.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...