Results 1 to 6 of 6

Thread: icedtea-7-plugin not working in firefox

  1. #1
    Join Date
    Apr 2009
    Beans
    300
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    icedtea-7-plugin not working in firefox

    When trying to display a website with applets I get the following error:
    Code:
    icedteanp plugin error: Failed to run /usr/lib/jvm/java-7-openjdk-amd64/bin/java.  For more detail rerun "firefox -g" in a terminal window.
    In Firefox Tools->Add-ons->Plugins, IcedTea shows up as:
    Code:
    IcedTea-Web Plugin (using IcedTea-Web 1.2.3 (1.2.3-0ubuntu0.12.04.2))
    Other info:
    ~$ java -version
    Code:
    java version "1.7.0_21"
    OpenJDK Runtime Environment (IcedTea 2.3.9) (7u21-2.3.9-0ubuntu0.12.04.1)
    OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
    ~$ update-java-alternatives -l
    Code:
    java-1.7.0-openjdk-amd64 1051 /usr/lib/jvm/java-1.7.0-openjdk-amd64
    ~$ dpkg -l icedtea-7-plugin
    Code:
    ii  icedtea-7-plugin   1.2.3-0ubuntu0.12.04.2  web browser plugin based on OpenJDK and IcedTea to execute Java applets

  2. #2
    Join Date
    Apr 2009
    Beans
    300
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: icedtea-7-plugin not working in firefox

    Bump?

  3. #3
    Join Date
    Apr 2009
    Beans
    300
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: icedtea-7-plugin not working in firefox

    Another bump.

  4. #4
    Join Date
    Sep 2013
    Beans
    1

    Re: icedtea-7-plugin not working in firefox

    Fix is listed here: http://www.maketecheasier.com/instal...ntu/2012/05/14
    Basically:
    sudo apt-get install openjdk-7-jre
    sudo apt-get install icedtea-7-plugin
    mkdir ~/.mozilla/plugins
    ln -s /usr/lib/jvm/jdk1.7.0_04/jre/lib/amd64/libnpjp2.so ~/.mozilla/plugin
    Done.IcedTea in Firefox now works.

  5. #5
    Join Date
    Aug 2012
    Beans
    9

    Re: icedtea-7-plugin not working in firefox

    Quote Originally Posted by Jim_Bryan View Post
    Fix is listed here: http://www.maketecheasier.com/instal...ntu/2012/05/14
    Basically:
    sudo apt-get install openjdk-7-jre
    sudo apt-get install icedtea-7-plugin
    mkdir ~/.mozilla/plugins
    ln -s /usr/lib/jvm/jdk1.7.0_04/jre/lib/amd64/libnpjp2.so ~/.mozilla/plugin
    Done.IcedTea in Firefox now works.
    This is NOT the solution. If you read the article you yourself linked you can see that the sim link is required only for Oracle java installations but OP has clearly stated he has OpenJDK.

    My personal issue is that I have Open JDK 7 and IcedTea7 both installed on FireFox 24.7 and Java applets are not loading.

  6. #6
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: icedtea-7-plugin not working in firefox

    And this very old thread, discussing versions of FF and OpenJDK that are very old, is in need of a nap.

    Rather than raising the dead, it would be best to begin a new thread.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

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
  •