Hallo,
ich versuche jetzt seit 2 Tagen Java zu installieren, aber es funktioniert einfach nie. Ich habe die Installationsanleitung genau befolgt:
http://java.sun.com/j2se/1.4.1/jre/install-linux.html#install-pkgHabe versucht, es nochmal zu installieren, aber das schreibt mir die Shell "package j2re-1.4.1_02-fcs is already installed" . Aha? Davon merk ich aber nichts. Ich kann noch immer kein Java auf Webseiten sehen.
Hast Du mal probiert, ob der Befehl
java
an der Konsole ausgeführt wird? Wenn ja, dann hast Du ein JRE.
Wissen die Browser von dem JRE?
After installing the JRE, enable the browser that is intended to run the GUI applet with Java support. The procedure needed to enable java support is dependent on the specific browser and browser version used. Refer to the installation instructions for java plugins found on the JRE download page.
For example, to enable java for usage with release 4 of Netscape Navigator/Communicator, add the following in the ~/.bash_profile file:
export NPX_PLUGIN_PATH=/usr/java/jre1.3.1_02/plugin/i386/ns4:/usr/lib/netscape/plugins
The specific directory path may vary. Also, note that the JRE's installation instructions are different for release 6 of Netscape Communicator.
The following example describes the setup step necessary to configure the Mozilla browser to enable the java plugin:
ln -s /usr/java/jre1.3.1_02/plugin/i386/ns600/libjavaplugin_oji.so \
/usr/lib/mozilla/plugins/
viele Grüße
Axel