SunOS 4.1.4

Mike Boilen mgb at cs.brown.edu
Wed Aug 12 10:59:12 PDT 1998


On Wed, Aug 12, 1998 at 01:56:43PM -0400, Eric J. Sentner wrote:
<snip>
> java.lang.UnsatisfiedLinkError: awt
>         at java/lang/Throwable.<init>(30)
>         at java/lang/Error.<init>(21)
>         at java/lang/LinkageError.<init>(21)
>         at java/lang/UnsatisfiedLinkError.<init>(21)
>         at java/lang/Runtime.loadLibrary(125)
>         at java/lang/System.loadLibrary(92)
>         at java/awt/Toolkit.<clinit>(42)
>         at java/awt/Color.<init>(50)
>         at java/awt/Color.<clinit>(18)
>         at main/Oscar.<clinit>(56)
> 
> A trace reveals this:
> open ("./java/lang/ThreadDeath.class", 0, 0) = -1 ENOENT (No such file or directory)
> 
> -- Eric

You need to change the LD_LIBRARY_PATH to look for libawt (it gets
compiled in kaffe-1.0.b1/libraries/clib/awt/libawt.so).  I had that
problem too.



More information about the kaffe mailing list