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

2 thoughts on “JNI For Delphi Preview

  1. Coniah say:

    How is the modernization going? I’m having to use some java class libraries for a project I’m working on and have struggled with getting things to work. I thought using a newer JNI.pas file might help since there were PChar/PAnsiChar issues in the old version under Delphi 2010.

    • Freddy say:

      I’ve been really busy with my education and my other projects, so I haven’t had time to work on it much, but I’m hoping to finish it soon, as I’ll need it for one of my upcoming projects myself.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.