搜索资源列表
android+jni开发
- 详细讲解了jni开发的布署和实例Demo,可供初学者使用
RegConnect.zip 用java jni远程访问注册表的例子
- 一个用java jni远程访问注册表的例子,A remote access using java jni registry example
JNI
- 一个有关于JNI编程方法的视频教程,很清楚的讲解了怎样通过java调用C语言的方法-JNI programming on a video tutorial, very clear explanation of how to call the C language by the method java
JNI
- 压缩包中包含多个详细介绍JNI的详细解释和实现方法的PDF文档-Archive contains more detailed interpretation and implementation details of JNI method of PDF documents
jni
- 本书详细介绍了jni的开发细节,对需要用java调用本扥地代码的同志有很大的帮助-The book details the development of JNI details, on the need to use java code to call the Orlando comrades to be very helpful
JNI
- 可以通过jni调用其他语言编写的代码。例如:c、c++、delphi、c#等等。-Welcome come
JNI
- JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是JNI。 JAVA通过JNI调用本地方法,而本地方法是以库文件的形式存放的(在WINDOWS平台上是DLL文件形式,在UNIX机器上是SO文件形式)。通过调用本地的库文件的内部方法,使JAVA可以实现和本地机器的紧密联系,调用系统级的各接口方法。 -JAVA characteristics of its cross-platf
jni
- JNI,用JAVA调用C,C++的说明文章。本教程描述和演示了 Java 本机接口(Java Native Interface)的基本的和最常用的技术 — 从 Java 程序调用 C 或 C++ 代码,以及从 C 或 C++ 程序调用 Java 代码 — 以帮助您迅速而高效地开发自己的 JNI 解决方案。-JNI, using JAVA call C, C++ of how-to articles. The course descr iption and presentation of the
JNI
- JNI 案例,一支JAVA CALL 一支C PROGRAM-THE PROGRAMS OF JNI EXAMPLES
j-jni
- Jni 教程:ibm jni 教程,非常完善,供初学者学习。-Jni tutorial
jni
- c++通过jni调用java类. jdk1.6下通过测试-c++ through jni call the java class. jdk1.6 through testing
hello-jni
- 用JAVA 的JNI调用本地c/C++的函数模块,以库函数的形式提供给Java 程序使用-JAVA JNI call with the local c/C++ function module to the form of library functions available to the Java program uses
JNI
- jni调用资料示例,包含调用方法,传递对象,结构等,android 开发里留下的-jni call data sample
jni
- the Java Native Interface(JNI) Android Programmer s guide
JNI
- 快速入门jni,带你了解并使用jni,并能快速开发android下的jni-Quick Start jni, jni with you to understand and use
jni
- 详细讲解基于Android平台的JNI技术-Explain in detail the technology-based Android platform JNI
jni
- Java的JNI调用示例,有完整的环境配置,调用说明和使用过程。-Java' s JNI call example, a complete environment configuration, call instructions and use.
JNI-DEMO
- 本例子用java实现调用动态库的例子,JNI调用。-This example calls the dynamic library with java implementation examples.
JNI-array-arg
- JNI数组参数传递,在使用JNI编程时注意转换参数,尤其是数组的出入与传出。-JNI array parameter passing, note the use of JNI programming transformation parameters, in particular, and came out of the array.
JAVA使用JNI读写INI文件
- jni读取文件,简单了解jni层读取,保存文件的使用方法。(jni input/output instruction)