thorzul
Group: Members
Posts: 5
Joined: Feb. 2005 |
|
Posted: Mar. 18 2005,05:32 |
|
Thanks guys for the advice, I found another way around this.
in /opt/bootlocal.sh I added the line:
Code Sample | ln -s /opt/jre1_5_0/bin/java /usr/local/bin/java
|
and this puts 'java' (via a symbolic link) in the default PATH.
I actually did try editing /etc/profile but was unable to, even as root. I think this has to do with the fact that I boot from the USB and do not have DSL installed on the hard drive. Or I'm just missing something obvious.
In any case, it looks like there is more than one way to skin this cat. Thanks again.
|