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
> [EMAIL PROTECTED]
> 

Reply via email to