I have some native thread that needs to call into Java.For that, I need to attach the thread to the VM using AttachCurrentThread.Since this callback will happen quite often, the thread should probably
Full exception is below 12-24 08:59:24.800: WARN/dalvikvm(743): JNI WARNING: threadid=5 using env from threadid=3
I am using the recently released Glassfish v3 and while using native libraries glassfish would intermittently complain glassfish SEVERE: java.lang.UnsatisfiedLinkError:
I have some objective-c code that uses an NSLock to implement a sort of transaction.The object is locked on a \"begin transaction\", several other calls are made with the lock in place, and then it\'s
I\'m running into problems using AWT classes on OSX (10.5.8) with Java 6 (1.6.0_17 JVM: 14.3-b01-101).
I am trying to create Java Virtual Machine in a cplusplus program using the code as follows: JNIEnv *env;
I\'m using JODConverter 3.0 to handle communicating with OpenOffice to convert documents. Everything is working fine except that JODConverter uses a Java library from OpenOffice that uses JNI to grab
I have an unsigned char* in my C library, and I am calling a JNI-exported function that needs to set a java object with this data, preferably in a byte[].
I am trying to use a pre-existing native C library in my android project.. The library builds just fine with the NDK tools...
I use Launch4j as a wrapper for my Java application under Windows 7, which, to my understanding, in essence forks an instance of javaw.exe that in turn interprets the Java code. As a result, when atte