classpath
[Top][All Lists]
Advanced

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

Getting kaffe to work with classpath...


From: Joao Victor
Subject: Getting kaffe to work with classpath...
Date: Wed, 15 Dec 2004 13:08:43 +0000

So now i'm trying to run something using Kaffe...

Everytime i try to run a swing app, i get this error:

$ kaffe -classpath ../glibj.zip:. gnu.classpath.examples.swing.Demo
java.lang.NoSuchMethodError:
java/awt/EventQueue.invokeLater(Ljava/lang/Runnable;)V
   at javax.swing.SwingUtilities.invokeLater (SwingUtilities.java:780)
   at gnu.classpath.examples.swing.Demo.main (Demo.java:519)

But the java.awt.EventQueue.invokeLater **is** there... i extracted
glibj.zip, and decompiled java.awt.EventQueue, and the method really
is there. I don't know what's going on.

Any help?

Thanks,
J.V.




reply via email to

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