Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道应用程序是否可以在 Python 中运行并通过 libffi 调用 Java 方法(反之亦然)?
一般来说,当您谈论两个托管运行时(例如 CPython 和 JVM)时,事情会变得复杂。libffi 只真正处理这里问题的一个子集。我会更多地将远程方法调用视为一种集成在不同托管运行时环境中编写的代码的方法。