fluxcenter java problem

Spot

Spot

Waldgänger
Folgendes Problem habe ich mit fluxcenter:

Code:
[ich@localhost ~]$ fluxcenter
/usr/local/bin/fluxcenter: line 2: java: command not found

JDK habe ich in der Version 1.5.0_11 installiert.
Das java-1.5.0-sun-compat-Paket habe ich auch drauf.

update-alternatives --config java ergibt

Code:
There is only 1 program which provides java
(/usr/lib/jvm/jre-1.5.0-sun/bin/java). Nothing to configure.

Disitri ist Mandriva Powerpack 2007, fluxbox habe ich in der Version 1.0rc3

Tante Google und Onkel Forumsuche haben kein Ergebnis erbracht.

Wer kann helfen ?
 
Code:
echo "PATH=$PATH:/usr/lib/jvm/jre-1.5.0-sun/bin" >> ~/.bashrc && source ~/.bashrc
 
Dann kommt:

Code:
[root@localhost ich]# echo "PATH=$PATH:/usr/lib/jvm/jre-1.5.0-sun/bin" >> ~/.bashrc && source ~/.bashrc
bash: TMOUT: readonly variable
[root@localhost ich]# fluxcenter
Exception in thread "main" java.lang.NullPointerException
        at init.FluxInit.<init>(FluxInit.java:256)
        at main.Main.<init>(Main.java:67)
        at main.Main.main(Main.java:161)
 

Ähnliche Themen

JBidWatcher: Problem bei loading Auctions in Verbindung mit mySQL

NX Web Companion Problem mit Java

dovecot und postfix Konfiguration Problem

NagiosGrapher 1.7.1 funktioniert nicht

Probleme bei erster Gentoo Installation

Zurück
Oben