Why don't you just create a link to the java executable in /usr/bin ?
hello,
how would one edit the profile of root to add java? i know the path to java but a user's profile is very different than root.
i know for a regular user you just edit .bash_profile but this, in root is very different. damn i sound redundant, but you get it hopefully.
SD
Why don't you just create a link to the java executable in /usr/bin ?
what would be that command?
ln -s /usr/local/j2re1.4/bin /usr/bin
that look right?
edit: didnt work.
[quote author=S.D.Willie link=board=2;threadid=6223;start=#58891 date=1043892644]
what would be that command?
ln -s /usr/local/j2re1.4/bin /usr/bin
that look right?
edit: didnt work.
[/quote]
More like:
ln -s /usr/local/j2re1.4/bin/java /usr/bin/java
Bookmarks