Results 1 to 5 of 5
I just installed Java and it seems to work, but when I try to install programs that needs Java support they can't seem to find the path to where java ...
- 01-02-2005 #1
Java runtime env.
I just installed Java and it seems to work, but when I try to install programs that needs Java support they can't seem to find the path to where java is installed.
OK if anyone understands this, please help.
- 01-02-2005 #2Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
this happens because your PATH variable in shell is not pointing to a location that java is installed.if you installed it correctly locate where is the folder that contains java file (using find / -name *java* ) as root and then open a terminal window as root and type:
Code:PATH=$PATH:<here you enter the location java is(full path)> that's it!
Linux For Ever!
- 01-02-2005 #3
It seems that I can't make that command point to a directory.?? and when i point the path command directly to the java file it just lists a help file...
I'm lost...
- 01-02-2005 #4
oh! sorry, got it working.. cap letters offcourse
Thanks
- 01-02-2005 #5Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
don't forget that shell in linux is case sensitive!!!!
Linux For Ever!


Reply With Quote
