SliTaz SliTaz Forum

You are not logged in.

#1 2012-07-07 17:59:10

blurple
Member
Registered: 2011-04-30
Posts: 16

how to link java jre to web-browsers

I've just installed java-jre with tazpkg

now how do I let my web-browsers know that it's there so they can use it?

Offline

#2 2012-07-07 19:36:23

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: how to link java jre to web-browsers

Find the path to target libnpjp2.so on your java installation :

[c]#find / -iname libnpjp2.so[/c]

Use the path to libnpjp2.so to create a valid link to the browsers plugin directory:

Midori/Firefox

[c]#ln -s /path/to/libnpjp2.so /usr/lib/mozilla/plugins/[/c]

Opera

[c]#ln -s /path/to/libnpjp2.so /usr/lib/opera/plugins/[/c]

Offline

#3 2012-07-12 14:08:24

blurple
Member
Registered: 2011-04-30
Posts: 16

Re: how to link java jre to web-browsers

awesome thanks

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]