Java Plugin for native seamonkey

hi

I'd like to install Java Plugin for native seamonkey on freeBSD 7.0.
I'll install /usr/ports/java/jdk16 but what are next steps?
Where is the plugin directory for native seamonkey on 7.0?
Should I set symlinks?
 
Code:
cd ~/.mozilla/plugins/
ln -s /usr/local/jdk1.6.0/jre/plugin/i386/ns7/libjavaplugin_oji.so
or try creating as root the symlink in /usr/local/lib/browser_plugins/

Then restart seamonkey and check with about:plugins.

BTW
why are you still using 7.0?
 
ale said:
Code:
cd ~/.mozilla/plugins/
ln -s /usr/local/jdk1.6.0/jre/plugin/i386/ns7/libjavaplugin_oji.so
or try creating as root the symlink in /usr/local/lib/browser_plugins/

Then restart seamonkey and check with about:plugins.

BTW
why are you still using 7.0?

THX, it works well:
Code:
Congratulations!
You have the recommended Java installed (1.6.0_03-p4).

greetings
ccc
 
ale said:
Code:
BTW
why are you still using 7.0?[/QUOTE]


I've installed freeBSD 7.2 with kde-lite and native seamonkey, but now I'm getting:[code]
# cd ~/.mozilla/plugins/
/root/.mozilla/plugins/: No such file or directory.
What's wrong?
 
You're doing that command as root. Do it under your own account.
 
I know. Now read the second line ;)
I'm pretty sure you're not running X as root, and if you are: stop it.
 
Back
Top