classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Missing AWT peer


From: Brian Jones
Subject: Re: Missing AWT peer
Date: 14 Oct 2001 18:37:17 -0400
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

Andreas Rueckert <address@hidden> writes:

> Hi!
> 
> I'm trying to run a simple AWT app, but get this error:
> =======================================
> Dispatcher created
> Starting dispatchher run loop
> Looping....
> No Java handlers found
> Uncaught exception:
> java.lang.UnsatisfiedLinkError
>         at gnu/java/awt/peer/gtk/GtkMainThread.run
>         at java/lang/Thread.run        
> =======================================
>
> How can I get more info on the problem? The libgtkpeer is in the
> dynamic linker path, so that should work.

I don't see a System.loadLibrary in that class.  This is a "maybe"
problem in a number of the gtk classes.  Obviously something is going
to load it and the rest don't really need to do so but maybe putting
this in all the relevant classes is just safer?

Brian
-- 
Brian Jones <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]