Andreas Rueckert <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to