You are not logged in.
Pages: 1
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
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
awesome thanks
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]