You are not logged in.
Has anybody been able to install flash and Java under Firebird??
I tried several ways but withou success.
at first I tried to put flash and java lib under
/opt/firebird/lib/mozilla-1.5b/plugins/
then I tried to move all under
/opt/firebird/lib/mozilla-1.5b/components
after I tried to make a dir .firebird/plugins in my home dir and move all here.
Untill now no result, flash and java does not show up either in plugins or components.
Ay suggestion???
Offline
This worked for me.
# pacman -S j2sdk flashplugin
# mkdir -p ~/.mozilla-firebird/plugins
# cd ~/.mozilla-firebird/plugins
# ln -s /opt/j2sdk/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
# ln -s /opt/mozilla/lib/mozilla/plugins/*
Offline