Ok, I've been dinking around with JAVA text applications, and I finally decided to make the break into graphics. Everything works fine until I try to run a program that uses the awt library, and then I get:
java/lang/UnsatisfiedLinkError: no awt in shared library path at java/lang/Throwable.<init>(0x80d9a21) at java/lang/Error.<init>(0x80d9997) at java/lang/LinkageError.<init>(0x80d992f) at java/lang/UnsatisfiedLinkError.<init>(0x80d98c7) at java/lang/Runtime.loadLibrary(0x80d8188) at java/lang/System.loadLibrary(0x80d694c) at sun/awt/motif/MToolkit.<clinit>(0x80d6843) The awt library doesn't seem to be obviously located... Can anyone tell me where I can find it? -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .