> I was having this problem but one of the nice folks from the blackdown
> porting team told me how to fix it. The fix was to add the libjava.so
> file to the process space with this command.
>
> setenv LD_PRELOAD libjava.so
Thanks for the hint. I read something similar in the FAQ but it was
mentioned only to handle problems with green threads.
I tried it and it caused JNI_CreateJavaVM to return successfully.
Unfortunately my program (which does not use threads at all btw) becomes
somewhat instable after it. There are things happening that are difficult
to trace, like wrong results in "sscanf" after it worked for a couple
of times.
See you
- Markus
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]