On 11/05/07, ArtemGr <[EMAIL PROTECTED]> wrote: > Somehow, it seems, the "env" reference is lost in the UDFData. > The problem, as it seems, is that the JNIEnv must not be used in > another thread. > http://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/design.html#wp16696 > > Is this a bug or a feature?
Sorry for the delayed response. I consider this a bug. It looks like I need to store JavaVM instead of JNIEnv and then call JavaVM->AttachCurrentThread. I'll work on this today. d. --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
