KAFFE_DEBUG problem
Samuel Sanseri
sanseri at cs.pdx.edu
Fri Jan 14 17:21:03 PST 2000
One small correction in the program, sorry:
I still have the problem. This is Kaffe version 1.0.5.
>
>
> 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