85

Is there a way to run Linux Google Chrome with Java support?

jldupont
  • 6,864

2 Answers2

1

There's a guy (Michael Müller) who have wrote some patches to re enable the support for NPAPI (so icedtea will work).

This is somewhat a workaround. but is expected to work. (Actually I haven't tested)

Currently the build version is 36.

If you use ArchLinux you can build and install it from AUR. chromium-npapi

If not, you can see in PKGBUILD the build process.

Victor Aurélio
  • 673
  • 1
  • 9
  • 14
-3

try installing icedtea in linux. it works like a charm.

for Ubuntu

apt-get install icedtea

Journeyman Geek
  • 133,878