mozilla und java
Moin,
ich habe die alten Mozilla 1.3b Pakete deinstalliert.
Dann zuerst Java 1.4.1 installiert und danach neue Mozilla-Pakette.
Jetzt funzt es auch mit Java.
Gruß
LinuxSchwedy
PS: ich habe folgende Anleitung zum Installieren von Java benutzt :
The Blackdown Java(TM) 2 RE, Standard Edition, v1.4.1-01 is available
in one installation format:
* A shell script with an embedded bzipped tarball which can be used to
install the Java2 RE in a location chosen by the user
- Make the shell script executable
% chmod +x j2re-1.4.1-01-linux-<ARCH>.bin
(Replace <ARCH> with the architecture of your system, e.g.
replace <ARCH> with i586 if your on an Intel system.)
- Change to the directory you want to install into, e.g /usr/local
% cd /usr/local
- Extract the contents of the Java 2 SDK by running the shell script
% ./j2re-1.4.1-01-linux-<ARCH>.bin
(Replace <ARCH> with the architecture of your system, e.g.
replace <ARCH> with i586 if your on an Intel system.)
- Add j2re1.4.1/bin to PATH, e.g. if you installed into /usr/local
% export PATH=/usr/local/j2re1.4.1/bin:$PATH
- Continue with the Java Plug-In instructions below
- Continue with the Java Web Start instructions below
Java Plug-In install instructions
=================================
Please remove older plug-in versions before installing the 1.4.1-01
plug-in. E.g. remove ~/.netscape/plugins/javaplugin.so and
~/.netscape/java/.
* Netscape 4 (available only on ix86).
Create a symbolic link from
<Java2 RE installation>/plugin/<ARCH>/netscape4/javaplugin.so to one
of the directories Netscape 4 searches for plug-ins.
E.g.
% ln -s /usr/local/j2re1.4.1/plugin/i386/netscape4/javaplugin.so \
~/.netscape/plugins/
or
% su # become root
% ln -s /usr/local/j2re1.4.1/plugin/i386/netscape4/javaplugin.so \
/usr/lib/plugins/
Note: It has to be a symbolic link, copying javaplugin.so will NOT work
* Mozilla / Netscape 7
Create a symbolic link from
<Java2 RE installation>/plugin/<ARCH>/mozilla/javaplugin_oji.so to
one of the directories Mozilla/Netscape 7 searches for plug-ins.
E.g.
% ln -s /usr/local/j2re1.4.1/plugin/i386/mozilla/javaplugin_oji.so \
~/mozilla-1.0/plugins/
or
% su # become root
% ln -s /usr/local/j2re1.4.1/plugin/i386/mozilla/javaplugin_oji.so \
/usr/lib/mozilla/plugins/
Note: It has to be a symbolic link, copying javaplugin.so will NOT work