搜索资源列表
java_delphi
- 本程序 通过delphi 制作发送短信的dll 然后 通过java调用 用到JNI接口 dll 复制到java的 C:\\j2sdk1.4.2_04\\bin 目录下 请跟实际情况修改目录 用Java操纵串口,实现短信的发送-delphi through the production process by sending messages through the dll then called java JNI interface used to copy the dll java C
javatotaskbardemo
- JAVA系统托盘图标控制程序,说明: 这是一个用写的系统托盘图标控制程序.带有一个显示本程序源代码的功能. 曾经看过别人用Java JNI技术也写了类似的程序,不过本程序完全应用java而没有用C. 配置和运行: 该程序运行于JDK1.6,首先你的机器必须安装JDK的最新版.如果没有的话到http://java.sun.com进行下载和安装. 通常你可以直接双击TrayIcon.exe运行本程序,如果不能直接双击运行,请使用run.bat文件运行.-JAVA
C++_Call_Java_20070430
- 封装了C++调用Java功能的功能!JNI,javaVM-Packaging C function calls Java function! JNI, javaVM
realdll
- 实现了java调用c的功能(JNI),生成了所需要的dll。-realized java call the function c (JNI), the formation of the required dll.
JNIExample
- ANDROID开发中通过jni实现java代码和c/c++代码互通的example,浅显易懂,适合初学者。-ANDROID development achieved through jni java code and c/c++ code in exchange for example, easy to understand for beginners.
AndroidPJNI
- java通过jni调用C++的电子书,讲的十分详细 -java through jni call C++, e-books, talking about very detailed
hello-jni
- android 环境下利用ndk开发应用程序的例子,就可以在java下用c的库-this is the example code for android develop, it can help develop applications effectively
JNI
- 一个有关于JNI编程方法的视频教程,很清楚的讲解了怎样通过java调用C语言的方法-JNI programming on a video tutorial, very clear explanation of how to call the C language by the method java
CNativeCode
- Java JNI。java中通过JNI接口与C或C++编写的本地代码库(*.DLL)互相调用。 本例中不但在Java中调用C++代码,而且在C++代码中访问Java变量并修改。-Java JNI. java through JNI interface with C or C++ prepared native code library (*. DLL) call each other. In this case not only in Java call C++ Code, but also
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
javacsharp_src
- java通过jni调用C#的例子。 需要把C#包装为managed C++,然后再包装为C++,然后通过jni调用-java through jni call C# example. C# need to be packaged for managed C++, and then re-packaged for the C++, and then call jni
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
howToUseJNI-
- JNI简介与实现 少有的介绍java和c c++调用的JNI-JNI Introduction and Implementation of a rare introduction java and c c++ JNI call
JNI(java-c)
- 实现了java-c的互调 1.hello-jin-c是linux下的c实现文件。 (使用NDK编译成.so文件,供java层调用)。 2.helloJni是java工程。(里面通过JNI调用下面.so中提供的c的实现。) 同理.so里面也可以调用回调java里面实现的文件。-Java-c the intermodulation 1.hello-jin-c linux c implementation file. (Using NDK build so file for
JNI
- java 调用JNI 技术手册 调用c/c++ 详细使用手册
c-jni-java
- C中通过JNI调用java对象接口,也有java调用c接口,是在Android开发环境中运行的-C through JNI call java object interface
jni
- jni封装串口通讯例子源码,在jni层封装rs232,在android用java调用实现控制 串口发送和接收数据(JNI package serial communication example source code, in the JNI layer package RS232, in android with Java call to achieve control serial port to send and receive data)
在java中实现调用简单的c程序
- 在java中实现调用简单的c程序 以一个最简单的HelloWorld程序来介绍一下JNI的最基本的使用方法:(Implementing a simple C program in Java Introduce the most basic use of JNI with one of the simplest HelloWorld programs:)