|
Just a couple of things to check:
Java is installed in /usr/blah..blah..blah location not in a users home directory yeah? If it is just move the entire java directory to /usr/local or where ever.
i.e mv /javafolder /usr/local
If mozilla is installed in /usr/lib/mozilla-1.4
put the symbolic link in /usr/lib/mozilla-1.4/plugins/ directory
ie.
cd /usr/lib/mozilla-1.4/plugins
ln -s /usr/rest_of_the_path_to/libjavaplugin_oji.so
You shouldn't have to move the libjavplugin_oji.so from it's installed location the ln -s creates a link to it.
|