1

I am running Ubuntu 14.04 64 bit. Installed java on this.

Version 1.7.0_55. trying to enable java on google chrome but have failed.

I symbolic linked libnpjp2.so to /opt/google/chrome/plugins

tried icetea plugin too

it works fine in for firefox. But in chrome it says install java runtime environment from www.java.com

Can someone please help me out. I am stuck up from past 2 days

Rshrth
  • 185

3 Answers3

5

Just a heads up, Google has fully dropped Netscape Plug-in API (NPAPI) in one of the last Chrome and Chromium updates. This has been planned for some time. From what I'm seeing, this means that neither the icetea nor the Oracle Java plugins will work in Chrome/Chromium until they are updated use one of their other plugin APIs (Pepper?).

For now, this means that I have to switch to Firefox for my primary work browser after using Chrome/Chromium for many years. I still have to use the Java web plugins for meetings at work.

0

If you do have Java installed, you need to install icedtea plugin.

sudo apt-get install icedtea-plugin

After Installing this package just restart your browser and Java should be working.

Prakash V Holkar
  • 2,561
  • 7
  • 22
  • 29
  • I tried this but it only works in firefox not on google chrome. When i restart the crome browser it java (TM) is required to display some elements on this page – Rshrth May 22 '14 at 08:52
  • It's probably because Java is disabled in your browser. Go to Control Panel, click on the Java icon and click the Security tab on the dialog box that opens up and make sure that the Enable Java content in the browser box is checked – Prakash V Holkar May 22 '14 at 10:21
  • Plesae let me where to find control panel on ubuntu..Thank u – Rshrth May 22 '14 at 10:42
  • Please make sure java version is compatible with icedtea-plugin if java version is 1.6 then install sudo apt-get install icedtea6-plugin. if java version is 1.7 then sudo apt-get install icedtea-7-plugin – Prakash V Holkar May 22 '14 at 13:26
  • Hi tech guru, installed icedtea-7 plugin still am facing the same issue. – Rshrth May 23 '14 at 06:52
0

Hi java only function by chrome 34, chrome 35 dont support java..

you should install chrome 34 by .deb

http://mirror.pcbeta.com/google/chrome/deb/pool/main/g/google-chrome-stable/

cronus
  • 16