Logged In: YES
user_id=93657

Yes, you're right.
C'est tres bien. Congratulations!!

We need a fix for that.

Could you make a try in replacing

\{
  char msg\[ 1024\];
  LogTrace;
  \(void\)sprintf\( msg, "jutil\_name2jtype\(\): incorrect type

name <%s>",
name);
jutil_throw_name( env, "java/lang/IllegalStateException", msg);
return NULL;
}

with:

else jtype = e_jobject;

Thanks!!

FG