Access to Java jar from Delphi

后端 未结 4 454
遥遥无期
遥遥无期 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:23

    If you decompile binary file and produce some kind of a primitive java source, then you might consider using Java to Pascal converter. This should be doable without much trouble since you said that JAR is nothing special or complex.

提交回复
热议问题