Prev: java one-liner
Next: Calendar question
From: Thorsten Kiefer on 25 Mar 2010 08:53 Hi, as for older versions of firefox I did this : ln -s /home/thorsten/jdk1.7.0/jre/plugin/i386/ns7/libjavaplugin_oji.so .mozilla/plugins/ -f But this doesn't work anymore. Has something changed in 3.6 ? Regards Thorsten
From: Steven Simpson on 25 Mar 2010 10:33 On 25/03/10 12:53, Thorsten Kiefer wrote: > as for older versions of firefox I did this : > ln -s /home/thorsten/jdk1.7.0/jre/plugin/i386/ns7/libjavaplugin_oji.so .mozilla/plugins/ -f > But this doesn't work anymore. > Has something changed in 3.6 ? > Yes - just discovered how to fix that myself. Look for a libnpjp2.so file in the JRE, and symlink to that. -- ss at comp dot lancs dot ac dot uk
From: Thorsten Kiefer on 26 Mar 2010 06:48 Steven Simpson wrote: > On 25/03/10 12:53, Thorsten Kiefer wrote: >> as for older versions of firefox I did this : >> ln -s /home/thorsten/jdk1.7.0/jre/plugin/i386/ns7/libjavaplugin_oji.so >> .mozilla/plugins/ -f But this doesn't work anymore. >> Has something changed in 3.6 ? >> > > Yes - just discovered how to fix that myself. Look for a libnpjp2.so > file in the JRE, and symlink to that. > Mucha Gracias, how did you find that out ?
From: Steven Simpson on 26 Mar 2010 10:10 On 26/03/10 10:48, Thorsten Kiefer wrote: > Steven Simpson wrote: > >> Yes - just discovered how to fix that myself. Look for a libnpjp2.so >> file in the JRE, and symlink to that. >> > Mucha Gracias, how did you find that out ? > I probably should have gone to the source: <http://java.sun.com/javase/6/webnotes/install/jre/manual-plugin-install-linux.html> ....but I just anticipated that Google would have crawled a few relevant web-forum threads by now. -- ss at comp dot lancs dot ac dot uk
|
Pages: 1 Prev: java one-liner Next: Calendar question |