Results 1 to 6 of 6

Thread: Enabling Java in Firefox

  1. #1
    Join Date
    Sep 2010
    Location
    Trinidad and Tobago
    Beans
    72
    Distro
    Ubuntu 10.04 Lucid Lynx

    Enabling Java in Firefox

    According to java.com to enable java for firefox do the following:

    problem is that i have no clue where firefox is installed by default,

    Can anyone help?

    Enable and Configure

    Firefox or Mozilla

    To configure the Java Plugin follow these steps:
    1. Exit Firefox browser if it is already running.
    2. Uninstall any previous installations of Java Plugin.
      Only one Java Plugin can be used at a time. When you want to use a different plugin, or version of a plugin, remove the symbolic links to any other versions and create a fresh symbolic link to the new one.
    3. Create a symbolic link to the libnpjp2.so file in the browser plugins directory
      • Go to the plugins sub-directory under the Firefox installation directory
        cd <Firefox installation directory>/plugins
      • Create the symbolic link
        ln -s <Java installation directory>/lib/i386/libnpjp2.so

  2. #2
    Join Date
    Feb 2011
    Location
    /Earth/India/Patna
    Beans
    147
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Enabling Java in Firefox

    Quote Originally Posted by Robert R View Post
    According to java.com to enable java for firefox do the following:

    problem is that i have no clue where firefox is installed by default,

    Can anyone help?
    Hi Robert R,

    Firefox directory is generally
    /usr/lib/mozilla/

    Just cd to the directory and you can see there is a plugins folder in it.

    You can also know the directory of mozilla by typing the following code in terminal
    Code:
    sudo find / -name 'firefox' -type d | more
    Visit the following link
    http://kb.mozillazine.org/Determinin...ctory_on_Linux

    Regards,
    Abhinav

  3. #3
    Join Date
    Jul 2006
    Location
    Castrum, Germania Secunda
    Beans
    1,071

    Re: Enabling Java in Firefox

    This is a complete and easy how-to:
    https://sites.google.com/site/easylinuxtipsproject/java

    Easy as can be....

  4. #4
    Join Date
    Jun 2008
    Location
    Across The Pond
    Beans
    954
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Enabling Java in Firefox

    Quote Originally Posted by Pjotr123 View Post
    This is a complete and easy how-to:
    https://sites.google.com/site/easylinuxtipsproject/java

    Easy as can be....
    I'd like to toss my thanks for this into the ring. Great website BTW.
    "Everybody is ignorant, only on different subjects." Will Rogers

  5. #5
    Join Date
    Sep 2010
    Location
    Trinidad and Tobago
    Beans
    72
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Enabling Java in Firefox

    Thanks this works and the command is also very helpful, thanks all for your help.

  6. #6
    Join Date
    Feb 2011
    Location
    /Earth/India/Patna
    Beans
    147
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Enabling Java in Firefox

    Quote Originally Posted by Robert R View Post
    Thanks this works and the command is also very helpful, thanks all for your help.
    Glad it worked for you.

    Please mark the thread as solved.
    https://wiki.ubuntu.com/UnansweredPo.../SolvedThreads

    Abhinav

Tags for this Thread

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
  •