Invocation API (JNI) completely broken
Bryce McKinlay
bryce@waitaki.otago.ac.nz
Mon Oct 29 14:20:00 GMT 2001
Martin Kahlert wrote:
>Once upon a time JNI worked for me in 3.1.
>>Now it bombs over and over:
>>The first problem was
>clinit_name = init_name = finit_name == NULL
>
Try adding a call to _Jv_CreateJavaVM near the top of JNI_CreateJavaVM,
and removing the _Jv_JNI_Init call. Eventually we want to unify all the
argument processing in one place, but just passing NULL ought to work
for now. Let me know if that works for you and if so I'll check it in.
regards
Bryce
More information about the Java
mailing list