>>>>> "David" == David Harvill <[EMAIL PROTECTED]> writes:
David> We are running java 1.1.7 for the alpha on RedHat 5.2.
David> Java on the command line works fine, but anything we try
David> using graphics gives an error about not finding libawt.so
David> and libXm.so. Both files are there. libawt is in a
David> green_threads subdirectory of java/lib and libXm is in
David> /usr/X11R6/lib. I have tried manipulating path variables,
David> but to no avail. Any suggestions, hints, etc as to what
David> may be going on?
Try adding the directories where motif (or lesstif) are installed to
LD_LIBRARY_PATH. Specifically the directory where libXm.so exists.
perhaps
LD_LIBRARY_PATH=/usr/X11R6/lib
I have 1.1.7 on RedHat-5.2 working just fine on my alpha. No trouble
with awt apps.