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.
我想在“.h”或“.cpp”c++ 文件中包含并使用“.jar”或一些“.class”java 文件。我怎样才能做到这一点 ?有没有例子的完整助手?
你需要JNI。看看这个教程。
还可以查看诸如JunC++和jace 之类的库,它们大大简化了工作。