Ciao, sto provando ad usare un client di bit torrent precisamente azureus, il problema è che quando lancio il comando ./azureus mi appare il messaggio di errore ./azureus: line 6: java: command not found.
Sul sito ufficiale del programma ho trovato la spiegazione al problema:
"java: command not found"
If you get a message similar to "java: command not found" or "./azureus: line 6: java: command not found" you either don't have java installed, or it's installed somewhere your shell can't found it. If you haven't isntalled it, check requirements.
If you are sure you have it installed, and are using Red Hat, SuSE or any other RPM based distribution, you should log out and log in again. This should update your $PATH environment variable, and java should run.
Il problema risiede dunque nella mancata attivazione del java che io ho installato su linux red hat 9.0 attraverso rpm, nelle righe in grassetto c'è praticamente scritto cosa fare per risolvere il problema, ma non ho capito cosa devo fare, dice di aggiornare il $PATCH cosa è cosa devo fare?
Digitando il comando: whereis java mi appare in /usr/share/java/ all'interno è presente il file libgcj-3.2.2.jar
Aiuto