Ungur Adrian-Alin wrote:
> Dear people,
> I wish to thank to all of you who wrote me. I finnaly got a running
> JRE1.2 on my RedHat 6.0. I still have a little problem: Any of the
> programs who need Java during their building process or for running
> not seem to actually "see" Java. For exemple: jMAX "sees" only the
> Kaffe and when I uninstall Kaffe it does not "see" anything.
> Any suggestions ?
> Thanks.
> Ungur Adrian-Alin
> [EMAIL PROTECTED]
>
> __________________________________________________
> Do You Yahoo!?
> Bid and sell for free at http://auctions.yahoo.com
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Sounds like you need to put the location of your jre in your path. My
.bash_profile has been modified as follows:
PATH=/usr/local/jdk1.2/bin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/local/scripts:/usr/local/share/icons:/local/ppp:.
export PATH
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]