Java funktioniert nicht

bobo

Registered User
Habe auf meinem virtuellen Server mit Suse 9.3 Java installiert und wenn ich java eingebe schreibt er command not found.

Ich bin so vorgegangen und es hat auch alles problemlos funktioniert mit der Installation.

Java Quick-Installation on Linux

* Goto Download Free Java Software
* Download Linux (self-extracting file) NOT the RPM file
* If you did not download it directly to your server upload it now
* Use SSH to login as root
* Type "mkdir -p /usr/java"
* Now move the "jre-1_5_0_06-linux-i586.bin" you downloaded above to /usr/java
(Type "mv jre-1_5_0_06-linux-i586.bin /usr/java" if jre-1_5_0_06-linux-i586.bin is in your current directory)
* Go to /usr/java "cd /usr/java"
* Now type "chmod +x jre-1_5_0_06-linux-i586.bin" and then "./jre-1_5_0_06-linux-i586.bin"
* Now read the license terms and type "yes" at the end
That's it.
* You may now link java to your new java installation "ln -sf /usr/java/jre1.5.0_06/bin/java /usr/bin/java"
 
* Download Linux (self-extracting file) NOT the RPM file
Das stand komischerweise auch immer im HowTo für Fedora - wieso verstehe ich bis heute nicht.
Die RPM-Installation läuft so super.

Ich finde solche HowTos sinnfrei. Wer so ein HowTo braucht, sollte das RPM nehmen. Und wer das RPM nicht braucht, braucht auch das HowTo nicht...
 
Back
Top