Results 11 to 15 of 15
I did try that and the command worked but the error I posted earlier still comes up. Any ideas why? Should I try installing it again. And doing the bashrc ...
- 02-28-2006 #11Just Joined!
- Join Date
- Jan 2006
- Posts
- 55
I did try that and the command worked but the error I posted earlier still comes up. Any ideas why? Should I try installing it again. And doing the bashrc again? Thanks again.
~Linux1245
- 02-28-2006 #12Before you try that type echo $PATH and post the output here. Please let's have a look at what's in your path.
Originally Posted by Linux1245
But yes - Anything is worth a try if nothing is working.I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 02-28-2006 #13Just Joined!
- Join Date
- Jan 2006
- Posts
- 55
Here is exactly what comes up.
Thanks againCode:[root@localhost name]# echo $PATH /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin [root@localhost name]#
~Linux1245
- 02-28-2006 #14
Okay - I notice you're doing everything as root. Be careful! It's fine to be root when you need to be but one false move and ....
The Java binary isn't in your path. Did you add it after all? Try this:
PATH=$PATH:/usr/java/jre1.5.0_06/bin/java
Then once again type echo $PATH
Any difference?I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 02-28-2006 #15Just Joined!
- Join Date
- Jan 2006
- Posts
- 55
I got it working. The java path is in the echo $PATH. I don't know why it worked this time. Oh. I think I had to close it then open again. Thanks everyone for all your help. This really helps me. Thanks again.
~Linux1245


Reply With Quote
