ln -s /usr/lib/jdk-1.4*/jre/bin/java /usr/bin/java
and also the java_vm
ls -s /usr/lib/jdk-1.4.2_07/jre/bin/java_vm /usr/bin/java_vm
also the command
ln -s /usr/local/jdk1.4/jre/i386/ns60/libjavaplugin_oji.so libjavaplugin_oji.so
will only work if your already in the correct plugins directory otherwise use the complete path:
ln -s /usr/local/jdk1.4/jre/i386/ns60/libjavaplugin_oji.so /usr/lib/mozilla-1.6/libjavaplugin_oji.so
On Sat, 2005-06-04 at 22:09 +1000, Yosep W Kasim wrote:
Hi slugger Is anyone know where to put the symbolic links for java plugins in Mozilla 1.6 that running on Fedora core 2. It seems crashes every time I make a link in the /usr/lib/mozilla-1.6/plugins/ the command i make is ln -s /usr/local/jdk1.4/jre/i386/ns60/libjavaplugin_oji.so libjavaplugin_oji.so is there anything wrong many thanks in advance Yosep
|
Regards Richard Neal Childlessness is hereditary, if your parents don't have children neither will you. |
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
