Firefox с поддержкой java 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…)

Читайте также:  Linux виртуальные com порты

Источник

Sc0rp1us

Блог о Linux/Unix, Виртуализации, настройке сервисов, и инновационных технологиях.

Страницы

пятница, 13 января 2012 г.

Установка Java Plugin для Firefox в Linux

Этот способ подходит для большинства Linux систем, за исключением Ubuntu, для неё воспользуйтесь статьёй [Установка JRE и Java Plugin для Firefox в Ubuntu]

  • Linux (self-extracting file) — если у вас 32х битная система
  • Linux x64 * — если у вас 64х битная система
cd ~/get # перейдём в директорию в которую мы установили JRE ls jre-* # посмотрим как называется файл jre-6u30-linux-i586.bin # chmod +x jre-6u30-linux-i586.bin # сделаем его исполняемым ./jre-6u30-linux-i586.bin # и выполним 
mkdir ~/.mozilla/plugins/ cp `find ./dir/ -type f -name libnpjp2.so` ~/.mozilla/plugins/ 

Осталось перезапустить firefox

Протестировать работоспособность Java Plugin можно тут.

Источник

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.

Читайте также:  Порядок загрузки ядра linux

@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)
Читайте также:  Yandex browser linux repository

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.

Источник

Браузеры с поддержкой Oracle Java в Ubuntu Linux

К большому сожалению, из Firefox убрали поддержку NPAPI плагинов. Она осталась только в Firefox ESR (Extended Support Release) 52, но и оттуда может исчезнуть уже в первой половине 2018 года. К тому же, у меня так и не получилось настроить поддержку Oracel Java в Firefox ESR 52 путём создания в настройках булевого параметра plugin.load_flash_only со значением false. Chromium, а соответственно и Chrome, Opera, Яндекс.Браузер не поддерживают NPAPI плагины. На этом привычные браузеры заканчиваются. В Mac OS всё ещё можно использовать Oracle Java в Safari, а в Windows — в Internet Explorer (но не в Edge Browser), так что было бы странно, если бы в Ubuntu поддержки NPAPI не было вовсе.

В Wikipedia указано, что следующие браузеры поддерживают NPAPI: Basilisk, GNOME Web, Konqueror, Midori, Pale Moon, SeaMonkey, Uzbl. Проще всего в Ubuntu поставить Konqueror и GNOME Web, которые присутствуют в магазине приложений (software center). При этом Konqueror, к сожалению при заходе на страницу тестирования поддержки Java в браузере выдавал сообщение о том, что браузеры Chrome/Chromium не поддерживают Java. Зато GNOME Web ( epiphany-browser) поддерживает без проблем.

Браузеры с поддержкой Oracle Java в Ubuntu Linux:GNOME Web, Midori, Pale Moon

Также установил браузеры Midori и Pale Moon. Также как и в случае с GNOME Web, установка JRE 8 абсолютно такая же, как как и ранее для Firefox. И даже плагин нужно положить в папку ~/.mozilla/plugins/.

p.s. Зачем всё это нужно? Например, для поддержки онлайн банкинга (хотя всё чаще для этого достаточно любого браузера и подключения СМС-банкинга).

Источник

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