https://en.wikipedia.org/wiki/Java_Native_Interface

http://docs.oracle.com/javase/7/docs/technotes/guides/jni/

http://stackoverflow.com/questions/14706193/how-to-access-a-method-of-c-library-dll-from-java

http://www.nag.com/IndustryArticles/CallingCLibraryRoutinesfromJava.pdf

http://www.javaworld.com/article/2077828/java-se/open-source-java-projects-java-native-access.html

最新文章

  1. 谈谈java的运行机制
  2. SQL Server中参数化SQL写法遇到parameter sniff ,导致不合理执行计划重用的一种解决方案
  3. 决策树模型 ID3/C4.5/CART算法比较
  4. 用 jQuery 实现表单验证(摘抄)
  5. [CSS]理解line-height
  6. EDS 14.0 dtc:commmand not found
  7. Pintos-斯坦福大学操作系统Project详解-Project1
  8. Sublime Text插件之Emmet
  9. ajax_get方式
  10. jQuery 自学笔记—3
  11. 关于php 高并发解决的一点思路
  12. 8.中断按键驱动程序之poll机制
  13. Python_多进程
  14. tp3.2上传图片生成缩略图
  15. Xgboost调参总结
  16. e-olymp Problem11 Big accuracy
  17. HTML5之美
  18. [转]GAN论文集
  19. vue中给请求到的数据对象加属性问题
  20. Java - Float与Double类型比较

热门文章

  1. ODI 12c中使用Groovy脚本创建工程
  2. iOS计算缓存文件的大小
  3. Interview----链表的倒数第K个元素
  4. 查询某个表或者所有表的字段说明 SQLServer
  5. ajax 外部变量
  6. ASP.NET 中DataGrid item 绑定方法
  7. LeetCode Implement Queue using Stacks (数据结构)
  8. linux定时
  9. CentOS6编译装载nbd模块
  10. 动态数组 - ArrayList