Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Ondersteuning voor Java inschakelen.  (gelezen 288 keer)

Offline bart85

  • Lid
Ondersteuning voor Java inschakelen.
« Gepost op: 2015/05/26, 19:13:21 »
Is het nog mogelijk om in Ubuntu met google chrome gebruik te maken van .jar files. Onderstaande heb ik geprobeerd om java in te schakelen:

Op deze site, https://www.java.com/en/download/linux_manual.jsp heb ik linux x64 gedownload (voor AMD64). Het bestand uitgepakt en vervolgens als root gekopieerd naar /usr/local/java met onderstaande commando:
cp -R jre1.8.0_45/ /usr/local/java

Java inschakelen, https://www.java.com/nl/download/help/enable_browser_ubuntu.xml:
sudo -s
mkdir /opt/google/chrome/plugins
ln -s /usr/local/java/jre1.80_45/lib/amd64/libnpjp2.so

Java word niet ingeschakeld. Vervolgens op https://www.java.com/en/download/faq/chrome.xml gekeken:
Enabling NPAPI in Chrome Version 42 and later
As of Chrome Version 42, an additional configuration step is required to continue using NPAPI plugins.

In your URL bar, enter:
chrome://flags/#enable-npapi
Click the Enable link for the Enable NPAPI configuration option.
Click the Relaunch button that now appears at the bottom of the configuration page.

Als ik de opties doorzoek op NPAPI krijg ik geen resultaat met een optie om dit in te stellen.
Je leert maar mooi over weg gaan met de commandline. Geen grafische toepassingen voor systeembeheer.
You can never make a system 100% secure unless you unplug the machine from all networks, turn it off, lock it in a safe, smother it in concrete and never use it.


Offline bart85

  • Lid
Re: Ondersteuning voor Java inschakelen.
« Reactie #2 Gepost op: 2015/05/26, 21:52:02 »
Het ging om java ondersteuning in Google Chrome. Is dit nog mogelijk?
Je leert maar mooi over weg gaan met de commandline. Geen grafische toepassingen voor systeembeheer.
You can never make a system 100% secure unless you unplug the machine from all networks, turn it off, lock it in a safe, smother it in concrete and never use it.