开发者

call c++ library from java application [duplicate]

开发者 https://www.devze.com 2023-03-05 15:06 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: Calling C++ functions from开发者_高级运维 Java
This question already has answers here: Closed 11 years ago.

Possible Duplicate:

Calling C++ functions from开发者_高级运维 Java

Hi

how to call c++ library from java and use it

any suggestion example, will be highly appretiated

Best regards


Try JNA, it is more friendly than JNI.


In a nutshell, you need to use JNI.

0

精彩评论

暂无评论...
验证码 换一张
取 消