[kaffe] public static method not found
Daniel Bonniot
Daniel.Bonniot at inria.fr
Fri Mar 25 15:38:12 PST 2005
Hi,
Here is a simple testcase that fails with kaffe 2005-03-24 (Debian package
PRECVS12):
public class Test
{
public static void main(String[] args)
{
gnu.bytecode.Type.reset();
}
}
package gnu.bytecode;
public abstract class Type {
public static void reset()
{
}
}
$ jikes-classpath Test.java
$ gij Test
$ kaffe Test
java.lang.NoSuchMethodError: gnu/bytecode/Type.reset()V
at Test.main (Test.java:5)
Cheers,
Daniel
--
The Nice programming language: http://nice.sf.net
More information about the kaffe
mailing list