CPython from Java?

前端 未结 2 2032
既然无缘
既然无缘 2021-01-14 05:28

I need to call CPython code from Java. What tools/APIs/libraries exist out there to help me do this?

Jython is not an option since the Python code is heavily depende

2条回答
  •  耶瑟儿~
    2021-01-14 05:58

    You probably want to read the docs on embedding a CPython interpreter. Also, on how to load native libraries in Java (was that called JNI?)

提交回复
热议问题