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.
「.jar」または「.class」Java ファイルを「.h」または「.cpp」c++ ファイルに含めて使用したいと考えています。これどうやってするの ?例の完全なヘルパーはありますか?
JNIが必要です。このチュートリアルを見てください。
また、作業を大幅に簡素化するJunC++やjaceなどのライブラリも参照してください。