Re: RMI JNI and objective c issue.

2000-07-21 Thread Rajesh Patel
Juergen Kreileder wrote: > > "Rajesh" == Rajesh Patel <[EMAIL PROTECTED]> writes: > > Rajesh> Full thread dump Classic VM (1.2.2-L, native threads): > > That's not a good combination, the native threads VM in Sun's 1.2.2 > release is somewhat broken. Either try Blackdowns 1.2.2 or Sun's

Re: RMI JNI and objective c issue.

2000-07-21 Thread Juergen Kreileder
> "Rajesh" == Rajesh Patel <[EMAIL PROTECTED]> writes: Rajesh> Full thread dump Classic VM (1.2.2-L, native threads): That's not a good combination, the native threads VM in Sun's 1.2.2 release is somewhat broken. Either try Blackdowns 1.2.2 or Sun's 1.3 beta. Juergen -- Jue

RMI JNI and objective c issue.

2000-07-21 Thread Rajesh Patel
Hi, I have problem which enough people may not be interested but if any one can give any hint, would be appreciated. I am running objective c application using JNI starting JVM from objective c code and calling java application which uses RMI to communicate with my applet for the browser.