Okay, got a binary of lesstif, since the source wouldn't compile. I think
I installed it, I'm honestly not positive whether it took or not, since I
can't get it up as window manager. However, I don't have the libXm.so
error anymore (Thank you Uncle George!!). Now I have the following, and
I'm really not at all sure where to start looking:
% java gTest
UU: ELF file class not __ELF_WORDSIZE-bit (libawt.so)
java.lang.UnsatisfiedLinkError: no awt in shared library path
at java.lang.Runtime.loadLibrary(Runtime.java)
at java.lang.System.loadLibrary(System.java)
at
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:394)
at java.awt.Window.getToolkit(Window.java:230)
at java.awt.Frame.addNotify(Frame.java:203)
at java.awt.Window.show(Window.java:145)
at gTest.main(gTest.java:10)
hmm... can't get it to copy right.. what looks like 'UU:' now was a
double-quote, small letter i with backwards apostrophe above it, then the
UU. (a different terminal style also produced a small diamond between the
UU and the :).
If this makes sense to anyone, please let me know.
-dave