Firefox

Aus SchnallIchNet
Version vom 3. März 2011, 10:42 Uhr von Cbs (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== javaplugin == how to install the java-plugin to firefox... get the firefox-plugin from sun/oracle: http://www.java.com/en/download/ extract the file: chmod…“)

(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

javaplugin

how to install the java-plugin to firefox...

get the firefox-plugin from sun/oracle: http://www.java.com/en/download/

extract the file:

chmod 755 /path/to/download/jre-6u24-linux-i586.rpm.bin
/path/to/download/jre-6u24-linux-i586.rpm.bin -x

depending on your package-manager convert to deb

alien --to-deb --scripts jre-6u24-linux-i586.rpm

install package

dpkg -i /path/to/download/jre_1.6.0-24-1_i386.deb


link to plugin-dir: x86

ln -sf /usr/java/jre1.6.0_24/lib/i386/libjavaplugin_jni.so /usr/lib/mozilla/plugins/
ln -sf /usr/java/jre1.6.0_24/lib/i386/libnpjp2.so /usr/lib/mozilla/plugins/


link to plugin-dir: x86_64

ln -fs /usr/java/jre1.6.0_24/lib/amd64/libnpjp2.so /usr/lib64/mozilla/plugins/; 
ln -fs /usr/java/jre1.6.0_24/lib/amd64/libjavaplugin_jni.so /usr/lib64/mozilla/plugins/;
ln -fs /usr/java/jre1.6.0_24/lib/amd64/libnpjp2.so /usr/lib64/mozilla/plugins-wrapped/; 
ln -fs /usr/java/jre1.6.0_24/lib/amd64/libjavaplugin_jni.so /usr/lib64/mozilla/plugins-wrapped/;