I finished some more work on the new JNI Wrapper. It now has methods for all method calls and get/set methods for regular all static and non-static fields. You can download a copy here: http://www.ibeblog.com/files/JNIForDelphi%200.3.rar
Tag: jni
JNI Wrapper v0.2
I’ve managed to get a tiny bit of work done on the new JNI wrapper I was working on. It now allows you to get and set non-static fields. Also methods to call non-static object methods and static boolean, byte and char methods have been added. You can download a copy here: http://www.ibeblog.com/files/JNIForDelphi%200.2.rar
JNI For Delphi Preview
I’m currently developing a new modernized JNI wrapper for Delphi 2010 and up. The old wrappers found here and here do work, but my wrapper requires less work to set up and uses a lot of new Delphi language features to ensure it works smoothly. The wrapper has been rewritten from scratch to include all features of JNI in JDK 1.6. Note that this wrapper is NOT backwards compatible with the old JNI wrappers, but switching to this one shouldn’t be too hard. At the moment the wrapper itself is far from complete, but it’s a preview including a small sample application. Afterwards I might also be wrapping JVMTI and create a bigger more user-friendly framework to encapsulate JNI. You can download the preview here: http://ibeblog.com/files/JNIForDelphi%200.1.rar