Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java Path

Status
Not open for further replies.

gapla

Programmer
Dec 15, 2003
37
ES
I'm very newbie on linux
I've installed azureus on something like
/home/sesk/programs/azureus/
and jre 1.4.2_04 on
/home/sesk/programs/j2re1.4.2_04/

I type ./azureus inside /home/sesk/programs/azureus/
to run azureus and linux shouts:

Starting Azureus...
Java exec found in PATH. Verifying...
1.1.8
OOPS, your java version is too old [java = 1.1.8]
You need to upgrade to JRE 1.4.x or newer from ls: /usr/java: No existe el fichero o el directorio
OOPS, unable to locate java exec in /usr/java/ hierarchy
You need to upgrade to JRE 1.4.x or newer from

I think it's a path problem
Some help?
 
before running your app, either do :

export JAVA_HOME=/home/sesk/programs/j2re1.4.2_04/
export PATH=$JAVA_HOME/bin:$PATH

or do "which java" and delete your old JRE ...

--------------------------------------------------
Free Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top