[Top][All Lists]
[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.
- Getting kaffe to work with classpath...,
Joao Victor <=
- 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..., 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