classpath
[Top][All Lists]
Advanced

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

Re: Getting kaffe to work with classpath...


From: Michael Koch
Subject: Re: Getting kaffe to work with classpath...
Date: Wed, 15 Dec 2004 14:19:32 +0100
User-agent: KMail/1.6.2

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/




reply via email to

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