Using a java library from python

前端 未结 6 1380
日久生厌
日久生厌 2020-12-02 07:38

I have a python app and java app. The python app generates input for the java app and invokes it on the command line.

I\'m sure there must be a more elegant solution

6条回答
  •  北荒
    北荒 (楼主)
    2020-12-02 08:17

    How about using swig: http://www.swig.org/Doc1.3/Java.html ?

提交回复
热议问题