I need to load a java application to a delphi project. The jre ,j3d and jdk are present in a folder named java_files within the delphi application folder. Java class also present in the same folder. I need to load this class into delphi application. How can I done this
Share
A websearch for JNI delphi invocation turned up this as the first hit: Using the Java Native Interface with Delphi. It appears to be exactly what you are looking for. The part that is relevant to your needs is Introduction and Tutorial: Part Three – The Invocation API