KAFFE_DEBUG problem
Samuel Sanseri
sanseri at cs.pdx.edu
Fri Jan 14 17:13:04 PST 2000
I'm having a problem with running Kaffe with KAFFE_DEBUG
environment variable set to gdb.
(When KAFFE_DEBUG is not set, the program works just fine.)
============================
% kaffe HelloWorld
(gdb) run
Starting program: /local/apps/kaffe-devel/libexec/Kaffe -verify HelloWorld
Couldn't find or load essential class `java/lang/Object' java.lang.NoClassDefFoundError java/lang/Object
============================
Here's the program:
import Java.lang.*;
public class HelloWorld {
public static void main(String args[]) {
System.out.println("Hello World!");
}
}
============================
Any help would be appreciated.
Regards,
Samuel Sanseri
sanseri at cs.pdx.edu
More information about the kaffe
mailing list