Am Mittwoch, 15. Dezember 2004 14:08 schrieb Joao Victor: > 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?
Kaffe uses its own fork of GNU classpath. It comes with kaffe. We are working on my making kaffe work with pure GNU classpath but thats not finished yet. So remove the " -classpath ../glibj.zip:." and all might work. Michael -- Homepage: http://www.worldforge.org/ _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath

