Access to Java jar from Delphi

后端 未结 4 468
遥遥无期
遥遥无期 2020-12-16 22:36

There\'s Java jar binary library with described classes/functions making some usefull things (nothing special just plain Java - no JNI). No sources available.

There\

4条回答
  •  北荒
    北荒 (楼主)
    2020-12-16 23:08

    Does the jar file contains a main class that can be called from the command line? If so problem solved Delphi can execute command line operations. If there is no main class you can create one that calls the original jar file.

提交回复
热议问题