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.
可能重复: 如何从 C++ 调用 java 函数? C++可以调用Java代码吗?
我在 Linux 上有一个本机应用程序(即 main() 在 C++ 中),我想重用我的一些 Java 代码。我可以加载 JVM 库并以某种方式调用 Java 类吗?
谢谢!
您可以在本机应用程序中加载 JVM 并使用Invocation API调用内容