I am currently using the BASH shell . . .

What I have done so far is this:
1) Download the JDK
2) Unpacked it into /usr/lib/java/

Now, if I go to a prompt and type this:

export PATH=/usr/lib/java/jdk1.3/bin:$PATH

I can then run java commands in the shell with no problems or "./"s

What I would like to do is be able to run java commands from anywhere in 
the shell.
I managed to do this with RH7 by appending the above export command PATH 
to /etc/profile
Then, wherever I was, typing "java -version" worked.

I am assuming I have a permission problem, missing variable somewhere. I 
am quite sure that
the JDK is ok as I can run "java -version" and get the expected results. 
I am just looking 
to make my life easier!

Thanks in advance,

Ron



_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to