View Single Post
Old Aug 20th, 2005, 11:43 AM   #19
OpenLoop
Expert Programmer
 
OpenLoop's Avatar
 
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4 OpenLoop is on a distinguished road
Quote:
Originally Posted by coldDeath
Thats what i did the first time
I followed their excact instructions, didn't work.

And i'm no way going back to windows just so that java applets work.
hmm... try making a symbolic link to the same file but to the mozilla plugins directory instead.
cd /usr/lib/mozilla/plugins
ln -s /(java_dir)/jre1.5.0_04/plugin/i386/ns7/libjavaplugin_oji.so
Also, make sure that the links are functional by doing "ls -l" in the plugins directory. Assumin you're using bash, If the link is green(or blue) then it's working, if it's red then it is broken.
OpenLoop is offline   Reply With Quote