> 
> Hi Tim and Dalibor.

hi,

> > Are you using the current CVS?
> 
> i just downloaded a fresh copy of the current CVS, applied the patch Tim
> posted and then made the change in readAttributes (readClass.c) that i
> suggested earlier which is simply to add this case into the list of cases:
> 
>       else if (!strcmp(name->data, "Signature") {
>               return false;
>       }

Oh, forgot...  Since you're returning false its expecting an error 
message in 'einfo'.  For example:

        postExceptionMessage(einfo,
                             JAVA_LANG(ClassFormatError),
                             "(class: %s) ...",
                             CLASS_CNAME(this));

otherwise, you get this error:

>       Exception thrown on null object ... aborting
>       Aborted

> cheers,
> ~rob

tim

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to