Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: hypersonic on October 08, 2011, 12:04:41 PM

Title: Firefox 7 and Java Plugin
Post by: hypersonic on October 08, 2011, 12:04:41 PM
I tried to use symlink:
ln -s /usr/local/java-sun/jre/lib/i386/libnpjp2.so /usr/local/lib/mozilla/plugins/libnpjp2.so
But it's not working...

Am I doing something wrong?
Title: Re: Firefox 7 and Java Plugin
Post by: Rich on October 08, 2011, 12:21:23 PM
Hi hypersonic
Was the link in  /usr/local/lib/mozilla/plugins/libnpjp2.so  created? If not, try:
sudo ln -s /usr/local/java-sun/jre/lib/i386/libnpjp2.so /usr/local/lib/mozilla/plugins/libnpjp2.so
Also, make sure  /usr/local/java-sun/jre/lib/i386/libnpjp2.so  exists.
Title: Re: Firefox 7 and Java Plugin
Post by: hypersonic on October 08, 2011, 03:31:59 PM
The file .so exists, and link was created. Maybe its a problem with Firefox 7?
Title: Re: Firefox 7 and Java Plugin
Post by: hypersonic on October 08, 2011, 05:13:01 PM
I reinstalled sun-jre and now works.