[Top][All Lists]
[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/
- Getting kaffe to work with classpath..., Joao Victor, 2004/12/15
- Re: Getting kaffe to work with classpath...,
Michael Koch <=
- Re: Getting kaffe to work with classpath..., Joao Victor, 2004/12/15
- Re: Getting kaffe to work with classpath..., Robert Lougher, 2004/12/15
- Re: Getting kaffe to work with classpath..., Michael Koch, 2004/12/15
- Re: Getting kaffe to work with classpath..., Joao Victor, 2004/12/15
- Re: Getting kaffe to work with classpath..., Michael Koch, 2004/12/15
- Re: Getting kaffe to work with classpath..., Dalibor Topic, 2004/12/15