读书人

【JAVA实用工具】JNA-经过它调用C++的

发布时间: 2012-11-14 10:12:18 作者: rapoo

【JAVA实用工具】JNA-通过它调用C++的方法,比JNI方便很多访问网站需要代理,所以把它COPY出来备忘

  • Identify a native?target library?that you want to use. This can be any shared library with exported functions. Many examples of mappings for common system libraries may be found in the?platform?package.
  • Make your target library available to your Java program. There are two ways to do this:
  • 读书人网 >C++

    热点推荐