On 10/27/06, Mikhail Fursov <mike.fursov@gmail.com> wrote:
> On 10/27/06, Evgueni Brevnov <evgueni.brevnov@gmail.com> wrote:
> >
> >
> > Why just not use JNI to start required threads?
>
>
> I think because JNIEnv is VM private data.
Certanly not. Any java thread has JNIEnv. It can be easily obtained by
GetEnv method.
> And another quesiton is when to do it..
Technically it can be done any time once you obtatined JNIEnv :-)
Unfortunatelly, I don't know enough details to decide about your
particular case....
Evgueni
>
>
> --
> Mikhail Fursov
>
>
|