Difference between revisions of "Java"

From Linuxintro
imported>ThorstenStaerk
(New page: Installing the java plugin for web browsers is a pain, so I describe it here. = SLES 11 x64 = On SLES 11 x64, make sure you get a 32bit firefox 3.0 browser from www.mozilla.com and a 32bi...)
 
imported>ThorstenStaerk
Line 1: Line 1:
 +
= Java plugin =
 
Installing the java plugin for web browsers is a pain, so I describe it here.
 
Installing the java plugin for web browsers is a pain, so I describe it here.
  
= SLES 11 x64 =
+
== SLES 11 x64 ==
 
On SLES 11 x64, make sure you get a 32bit firefox 3.0 browser from www.mozilla.com and a 32bit java 1.6 from java.sun.com. Follow http://plugindoc.mozdev.org/linux-amd64.html#java-sun
 
On SLES 11 x64, make sure you get a 32bit firefox 3.0 browser from www.mozilla.com and a 32bit java 1.6 from java.sun.com. Follow http://plugindoc.mozdev.org/linux-amd64.html#java-sun
 
  ls3134:~/firefox/plugins # ln -s /usr/java/jre1.6.0_17/plugin/i386/ns7/libjavaplugin_oji.so
 
  ls3134:~/firefox/plugins # ln -s /usr/java/jre1.6.0_17/plugin/i386/ns7/libjavaplugin_oji.so
 +
 +
== Debian ==
 +
ln -s /opt/j2sdk1.4.2_04/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
 +
  /usr/lib/mozilla-firefox/plugins

Revision as of 06:05, 10 September 2010

Java plugin

Installing the java plugin for web browsers is a pain, so I describe it here.

SLES 11 x64

On SLES 11 x64, make sure you get a 32bit firefox 3.0 browser from www.mozilla.com and a 32bit java 1.6 from java.sun.com. Follow http://plugindoc.mozdev.org/linux-amd64.html#java-sun

ls3134:~/firefox/plugins # ln -s /usr/java/jre1.6.0_17/plugin/i386/ns7/libjavaplugin_oji.so

Debian

ln -s /opt/j2sdk1.4.2_04/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
 /usr/lib/mozilla-firefox/plugins