View Single Post
Old 23-07-2003, 11:33   #5
wunderlust
(Invalid eMail, Account Suspended)
 
Join Date: Jun 2003
Location: Scotland
Posts: 17
wunderlust is an unknown quantity at this point
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.
wunderlust is offline   Reply With Quote