Results 1 to 6 of 6

Thread: FireFox and Java Applets problem.....

  1. #1
    Associate
    Join Date
    Nov 2004
    Location
    Kailua, Hawaii
    Posts
    16

    FireFox and Java Applets problem.....

    Okay..getting lazy here. For some reason I can't get java applets to work in Firefox. I have tried making the symlink as per the instructions on mozilla site. Javascript works well..but no applets.....any ideas anyone?

    Running SuSE 9.1 with latest 2.6.5 kernel. Have Sun Java 5 installed. Opera and Mozilla run Java fine. Firefox runs javscript..but no applets. Nota real big deal, but just one fo those things that is bugging me...hehehe :x

    Derrick

  2. #2
    Mentor jro's Avatar
    Join Date
    May 2004
    Location
    Pennsylvania, USA
    Posts
    1,206
    Have you tried setting you MOZ_PLUGIN_PATH environment var in you .profile. If not add this to you .profile/.bashrc

    Code:
    export MOZ_PLUGIN_PATH="/usr/lib/mozilla/plugins/"
    Or where ever you keep all your plugins. I keep tham all in one place so they are easy to maintain.
    jro - http://jeff.robbins.ws
    Linux counter#:213782
    GnuPG ID: 406238E7

  3. #3
    Guest
    What happens when you go to: http://thehangingpen.com

    ?????

    :lion:

  4. #4
    Associate
    Join Date
    Nov 2004
    Location
    Kailua, Hawaii
    Posts
    16
    Okay...the .bashrc statement didn't work. Think I have to check and see if there is another java package installed. I think it may be conflicting. I installed Sun 5 java a few days ago but I know that SuSe installs IBM java by default. I don't think I took it off after installing the Sun version. Will mess with it laters after a beer or two....thanks for the help!

    Derrick

  5. #5
    Advisor
    Join Date
    Apr 2004
    Location
    orlando
    Posts
    608
    Quote Originally Posted by Hawaiian1";p="6190
    Okay...the .bashrc statement didn't work. Think I have to check and see if there is another java package installed. I think it may be conflicting. I installed Sun 5 java a few days ago but I know that SuSe installs IBM java by default. I don't think I took it off after installing the Sun version. Will mess with it laters after a beer or two....thanks for the help!

    Derrick
    try running firefox from the command prompt [after you have that in your .bashrc]

    Code:
    source ~/.bashrc
    firefox

  6. #6
    Mentor jro's Avatar
    Join Date
    May 2004
    Location
    Pennsylvania, USA
    Posts
    1,206
    You have to point you MOZ_PLUGIN_PATH to where you keep your plugins, don't just copy it verbatim.

    Lets back up, first can you even find the libjavaplugin_oji.so plugin? I unpacked java into the usr directory on my machine so here is where it is on my computer:

    Code:
    /usr/j2sdk/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
    You need to find that file and make a symlink to it in your plugins directory.

    It doesn't matter whats installed on you system, only what you use. I have 3 different version of Java on my machine, I just point to the different java binaries when I need a different version. Just curious, what is the output when you issue this command:

    Code:
    java -version
    jro - http://jeff.robbins.ws
    Linux counter#:213782
    GnuPG ID: 406238E7

Similar Threads

  1. Firefox and JAVA
    By hoiladon in forum Linux - Software, Applications & Programming
    Replies: 3
    Last Post: 10-19-2007, 12:27 PM
  2. Sun 'releases' Java to the world
    By pandora in forum General Chat
    Replies: 1
    Last Post: 11-17-2006, 09:43 AM
  3. 64bit Java Plugin?
    By in forum Linux - General Topics
    Replies: 2
    Last Post: 01-05-2006, 11:41 PM
  4. Nvu 0.90 better looking and based on firefox.
    By comtux in forum General Chat
    Replies: 2
    Last Post: 03-21-2005, 01:30 PM
  5. Need java for my website to work properly
    By chumley in forum Linux - General Topics
    Replies: 13
    Last Post: 01-27-2005, 02:31 AM

Bookmarks

Posting Permissions

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