• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

linux question

ss59

Banned
say i have a program that i use frequently: /usr/java/jdk1.3.1... how can one just type 'java' to execute this program. i'm usin rh7.1 thnx
 


<< say i have a program that i use frequently: /usr/java/jdk1.3.1... how can one just type 'java' to execute this program. i'm usin rh7.1 thnx >>



Edit your .profile file and set this:

PATH=$PATH:/usr/java/jdk1.3.1/bin

export PATH

This setting is just for you. If you want to do it for everyone for the system, I think it's located in /etc/rc.d/rc.local if I'm not mistaken.
 
Back
Top