24

Icedtea-7-plugin installed but it does not appears in the list in about:plugins in Chromium.

Not able to execute java applets.

Tried installing Icedtea-7-plugin but in vain. Using openjdk7 in 14.04

pulkit
  • 321
  • 1
  • 4
  • 10

1 Answers1

22

Java (IcedTea) doesn't have a PPAPI plugin available, and so it's not usable in Chromium, since Chromium 34 in Trusty has switched to the Aura rendering framework and no longer allows NPAPI plugins. See also https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1308783.

saiarcot895
  • 10,757
  • 2
  • 36
  • 39
  • 7
    So? How to run java applets in Chromium and Ubuntu 14.04? – Fabio Apr 21 '14 at 16:11
  • 5
    You can't. You would have to recompile Chromium and edit the line that disallows NPAPI. – saiarcot895 Apr 21 '14 at 16:26
  • 2
    From your answer I understand that chromium is not a standard browser for Ubuntu 14.4. Better to remove it. – Fabio Apr 22 '14 at 17:08
  • 1
    It's standard in that it is included in the Ubuntu repos. – saiarcot895 Apr 22 '14 at 17:09
  • 4
    What's the value today for a browser not capable to run java? – Fabio Apr 23 '14 at 18:46
  • 4
    Well, I haven't had to run Java within my browser in a long time, and there are general vulnerabilities with running Java web applets... – saiarcot895 Apr 23 '14 at 18:49
  • 2
    @Fabio Agree Fabio, we're talking about Java not Javascript. Javascript is everywhere, Java is reserved only for a few sites that want to run some applet written long ago. (eg) – isomorphismes Sep 03 '14 at 19:27
  • @isomorphismes Are you kidding? Java is the standard environment to run web browser applications in every company or enterprise? We run at least 5 different Tomcat applications (which requires a Java-enabled browser) in my company! We cannot use Chromium in Ubuntu. – Fabio Sep 04 '14 at 19:52
  • 2
    @Fabio Ah ok. I didn't realise you meant enterprise. I was just talking about web browsing in the great external 'net. – isomorphismes Sep 06 '14 at 06:03
  • 2
    Java is still a lot used for internet banking, at least in my country... – gustavohenke Nov 06 '14 at 10:54
  • 1
    @gustavohenke, "a lot" as in "there's is one nasty bank that insists on using Java on its login process", right? :D The only problem is that it happens to be the largest bank in Brazil (which prides itself in running Linux in their ATMs and office computers, BTW). :-/ – Waldir Leoncio Jan 22 '15 at 09:46
  • 6
    I wish one day people who don't have an answer could just remain silent instead of speculating whether someone does or doesn't need what they're asking for... – Marcin Kaminski Apr 12 '15 at 20:25