[expert] java in my path?

2003-11-18 Thread Michael Holt
Hey, I need to know where to go to add the java binary to my path - who do I modify? -- Michael Holt Snohomish, WA (o_ [EMAIL PROTECTED] (o_ (o_ //\ www.holt-tech.net (/)_ (/)_ V_/_ www.mandrakelinux.com

Re: [expert] java in my path?

2003-11-18 Thread Jack Coates
On Tue, 2003-11-18 at 11:16, Michael Holt wrote: Hey, I need to know where to go to add the java binary to my path - who do I modify? just you: edit ~/.bash_profile JAVA_HOME=/usr/java/j2re1.4.0_01/ export JAVA_HOME PATH=$PATH:$JAVA_HOME/bin everyone -- edit /etc/profile and add the same. --

Re: [expert] java in my path?

2003-11-18 Thread Michael Holt
On Tue, 2003-11-18 at 11:37, Jack Coates wrote: On Tue, 2003-11-18 at 11:16, Michael Holt wrote: Hey, I need to know where to go to add the java binary to my path - who do I modify? just you: edit ~/.bash_profile JAVA_HOME=/usr/java/j2re1.4.0_01/ export JAVA_HOME