IBM User Guide for Java V7 on Windows > Developing Java applications
Writing JNI applications
Valid Java™ Native Interface (JNI) version numbers that programs can specify on the JNI_CreateJavaVM() API call are: JNI_VERSION_1_2(0x00010002) and JNI_VERSION_1_4(0x00010004).
Restriction: Version 1.1 of the JNI is not supported.
This version number determines only the level of the JNI to use. The actual level of the JVM that is created is specified by the JSE libraries (use the java -version command to show the JVM level). The JNI level does not affect the language specification that is implemented by the JVM, the class library APIs, or any other area of JVM behavior. For more information, see
http://download.oracle.com/javase/7/docs/technotes/guides/jni/.
If your application needs two JNI libraries, one built for 32- and the other for 64-bit, use the com.ibm.vm.bitmode system property to determine if you are running with a 32- or 64-bit JVM and choose the appropriate library.
- Supported compilers
These compilers have been tested with the IBM SDK.
Parent: Developing Java applications
Error 404 - Not Found Error 404 - Not Found
The document you are looking for may have been removed or re-named. Please contact the web site owner for further assistance.