Hi,
I'm trying to run a very large java application within a DLL through the
invocation interface in order to package this app as a Mozilla service. I use
its static factory method to return an initialized instance in order to cache
the jobject and forward calls to it from a service requestor. The problem is
CallStaticObjectMethod() never returns. I have traced the the java code and it
does appear to execute everything except the return and there are no
java exceptions. I have used other static methods which test the functionality
of the app and it appears to be working perfectly in the java space, just never
returns.

The app is multithreaded and itself has a non trivial jni component (I know,
the picture is getting pretty ugly now ;-)

I switched to the Sun jvm and am not experiencing this problem. Do you think
this is a bug in the Blackdown jvm?

-- 
Chris Cross
IBM West Palm Beach
[EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to