Java плагин firefox linux

How to Enable Java plugin support on Firefox on Linux

Many web pages use Java applets for interactive content such as online games, WebEx (Online meeting), etc. By default all the browsers disabled the plugin due to security issue and still you want to enable to access the trusted web sites. We can enable it on browser by following below procedures. Make sure you system should have installed Oracle JAVA before proceeding to enable the JAVA Applet.

Method 1 : Enable Java plugin Support on Firefox through Oracle Java

1) Install Oracle Java

Make sure you system should have installed Oracle JAVA before proceeding to enable the JAVA Applet.

# java -version java version "1.8.0_74" Java(TM) SE Runtime Environment (build 1.8.0_74-b02) Java HotSpot(TM) 64-Bit Server VM (build 25.74-b02, mixed mode)

2) Locate Firefox

First we need to locate the Firefox installation location to create plugin directory.

# whereis firefox firefox: /usr/bin/firefox /usr/lib/firefox /etc/firefox /usr/share/man/man1/firefox.1.gz

3) Enable Java applet on Firefox

Navigate to Menu >> Add-ons >> Plugins >> Oracle JAVA, Search Java(TM) Platform, If Java is disabled, click on Never Activate to open its drop-down menu and select the option to activate Java. The recommended (default) option is Ask to Activate, which lets you run Java when prompted.

If you didn’t find Java(TM) Platform plugin, use the below method to enable it.

[Check Java installed location] # update-alternatives --config java There are 3 choices for the alternative java (providing /usr/bin/java). Selection Path Priority Status ------------------------------------------------------------ 0 /usr/lib/jvm/java-8-oracle/jre/bin/java 1072 auto mode 1 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java 1061 manual mode 2 /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java 1071 manual mode * 3 /usr/lib/jvm/java-8-oracle/jre/bin/java 1072 manual mode Press to keep the current choice[*], or type selection number: [Create a directory called plugins if you do not have it] # mkdir -p /usr/lib/firefox-addons/plugins [Navigate to Plugins directory] # cd /usr/lib/firefox-addons/plugins [Create a symbolic link] # ln -s /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libnpjp2.so

enable-java-applets-plugin-in-firefox-on-linux

Restart the Firefox browser and verify.

Method 2 : Enable Java plugin Support on Firefox through Oracle Java

1) Install OpenJDK

Simply fire the below commands to install openJDK & Java plugin support on firefox.

[Install openJRE] $ sudo apt-get install openjdk-8-jre [Install Java Plugin] $ sudo apt-get install icedtea-8-plugin

what-is-new-in-ubuntu-16-04-12a

Enjoy…)

Источник

9 Manual Installation and Registration of Java Plugin for Linux

Many browser vendors have removed NPAPI based plugin support. Therefore, the Java Plugin will not register with any modern browsers, such as Firefox ( Firefox 52+) and Chrome (Chrome 42+).

Читайте также:  Утилита tar astra linux

Manually linking the Java plugin libraries to the Mozilla plugins directory may cause the Firefox browser to crash on Linux during startup, due to incompatibilities with ‘glibc’ versions in JDK 8u191 and later releases. The crash might also occur if the link was manually created for an earlier JRE and a user updates to JDK 8u191 or later releases. For more information, see the Known Issues section of the JDK 8u191 release notes .

This page describes how to install and register the Java plugin.

This page has these topics:

See «JDK 8 and JRE 8 Installation Start Here» for general information about installing JDK 8 and JRE 8.

Plugin Installation

When you install the Java platform, the Java plugin file is included as part of that install. If you want to use Java within Firefox, you need to manually create a symbolic link from the plugin file in the release to one of the locations that Firefox expects. To make the plugin available to all users, create the link inside of the Firefox application’s directory, in the plugins subdirectory. Alternatively, you can create the symbolic link in your home directory, in ~/.mozilla/plugins . In the remainder of this document, the text, «Firefox plugins directory«, implies either of these locations.

This release provides the Next-Generation Java plugin. If you have been using the classic plugin, see «Notes» for further information.

The location of the plugin file for Linux varies according to the processor architecture of the underlying platform, as shown in the following table.

Processor Architecture Location of File
32-bit j re1.8.0 version /lib/i386/libnpjp2.so
64-bit jre1.8.0_ version /lib/amd64/libnpjp2.so

If you are using a 32-bit Firefox, you should use the 32-bit Java Plugin (from the lib/i386 directory). To determine which version of Firefox you are running, launch the application, and select the menu item Help > About Mozilla Firefox. At the bottom of the window is a version string line that contains either «Linux i686» (32-bit) or «Linux x86_64» (64-bit).

To install the Java Plugin follow these steps:

  1. Exit Firefox.
  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. Remove the symbolic links (or move them to another directory) to javaplugin-oji.so and libnpjp2.so from the Firefox plugins directory.
  3. Create a symbolic link to the Java Plugin in the Firefox plugins directory. For a 32-bit plugin:
$ cd Firefox/plugins $ ln -s JRE/lib/i386/libnpjp2.so .
$ cd Firefox/plugins $ ln -s JRE/lib/amd64/libnpjp2.so .

Notes

The classic plugin file was located here:

JRE/plugin/i386/javaplugin-oji.so

This file should no longer be used and all symbolic links to it should be removed.

Источник

How to install the Java plugin for Firefox?

I am trying to install Java and plugins for Firefox. I installed both the JDK and JRE. When I try with the sudo update-alternatives —config java command it shows only one choice available. Plugins are not usable in Firefox.

To me it is not clear what your problem is. Is java functioning properly? Can you compile and run java programmes?

As far as I understand you have installed jdk, jre and the browser plugins (icedtea). But you can’t use the plugins, can you explain further what the problem is? Are you getting an error? Btw, you can uninstall (Remove) and re-install IcedTea at the Software Centre.

@Seth but you want OP to read through all of that for something that can be solved in 1 line? The other is an overkill answer, the question is just «how to install Java?» while this is «how to install Java browser plugin for firefox?», those are different questions and can’t be merged.

I agree with @Braiam above. This is a different question because updating the Java version used by firefox is not the same as simply installing java. I personally have oracle Java 6, 7, and 8 JDKs but installing icedtea did nothing for my firefox. I had to follow these instructions with a JRE downloaded from java.com. Then firefox was happy.

7 Answers 7

If you are using a version after 52 (not ESR), which disabled NPAPI, you are out of luck. If you are using one prior, which you absolutely wouldn’t want to, you can install the OpenJDK JRE, which would allow you to execute Java binaries locally using the java binary. This however, isn’t enough to execute Java web applets on your browser, which can be accomplished by installing the Icedtea plugin:

sudo apt-get install icedtea-plugin 

Then go to about:addons , in the plugin section, check if the plugin is enabled. Mozilla disables insecure plugins by default, that means that Java is disable even after installation due security concerns. You need to activate it before using it.

@kikicarbonell unless Ubuntu is something different, that package should be installed along with icedtea-plugin.

not for my case @Braiam. I have Ubuntu 14.04 and open-jdk installed. but if only execute your command my Firefox not execute java applet. Later, I try to execute apt-get install default-jre and firefox problems was solved.

Installing the IcedTea Java plugin:

To install the IcedTea Java plug-in, open a terminal and type:

sudo apt-get install icedtea-7-plugin 

Install the Firefox plug-in — Oracle

Remove the IcedTea plugin, if it has been installed.

sudo apt-get remove icedtea6-plugin 

Remove a former version of the Java plugin (may or may not be present)

rm ~/.mozilla/plugins/libnpjp2.so 

Now you can install the plugin, by creating a symbolic link (you tell Firefox where the plugin is located). For 32-bit Java, use

ln -s /usr/lib/jvm/jre1.7.0/lib/i386/libnpjp2.so ~/.mozilla/plugins/ 
ln -s /usr/lib/jvm/jre1.7.0/lib/amd64/libnpjp2.so ~/.mozilla/plugins/ 

Confirm that the JRE has been successful by using the official Oracle website.

Beginning in Firefox version 52, support for NPAPI plugins (java applets) in Firefox has ended, due to performance and security issues, the way that I manage to run java applets is to install the Extended Support Release (ESR) of firefox.

If you just downloaded and installed java jdk from oracle, then, let’s say you have installed jdk-8u91-linux-x64.tar.gz on

Then you’ll have a directory like:

All you have to do is go to your ubuntu firefox plugins directory and create a link:

$: cd /usr/lib/firefox-addons/plugins/ $: sudo ln -s /my/java/directory/jdk1.8.0_91/jre/lib/amd64/libnpjp2.so 

With Firefox 50 on Ubuntu 16.04.1, I found that directory didn’t exist. Other plugins like IcedTea created symlinks in /usr/lib/mozilla/plugins .

This is an old thread, but I stumbled upon it while googling a solution to my problem today. I figured someone else might be in the same situation.

I need in-browser Java for legacy work-related websites, and the oracle java plugin does not cut it. After a long trial-and-error approach, I got IcedTea working consistently in an older version of firefox like this:

  • Download a tar of Firefox, version 51 (newer version don’t support the plugin)
  • Install the OpenJDK (7 or 8)
  • Install the icedtea—plugin and the icedtea-plugin
  • Now your openJDK installation will contain a IcedTeaPlugin.so file in the jre/lib folder
  • copy this to the mozilla/firefox plugin folders (I couldn’t figure out which one to copy it too, so I just copied it to anything firefox/plugins or mozilla/plugins)
  • start your old firefox version
  • verify the plugin is active (check about:plugins)

One of my colleagues created a script to remove the old firefox, and untar it on every run. That way it never gets updated accidentally. Be sure not to do this with your main firefox application.

Its been a battle, especially since I went through this a couple of months ago with 14.04, forgot the solution, upgraded to 16.04.

It is different I had Iced-tea and Oracle working under firefox in 14.04. I actually prefer Oracle (not generally but my use almost requires it) so I only have that now. I did not attempt any multiple installs or repositories. Symlinks as per most of the instructions out there are no good either.

In the end, in Firefox went to Edit—> Preference—>Applications then scrolled down to the JNLP file extension and picked «Use other. » from the drop down menu. Then found javaws from the relevant directory.

It is only a workaround, and Im not sure if it will suit your needs. Keep in mind most plugins will be deaded by March.

Источник

Оцените статью
Adblock
detector