`

Java Native Interface Specification

 
阅读更多

http://docs.oracle.com/javase/1.4.2/docs/guide/jni/spec/jniTOC.html

http://java.sun.com/docs/books/jni/html/jniTOC.html

分享到:
评论

相关推荐

    Java Native Interface Specification-jdk1.6和实例 CHM

    Java Native Interface Specification-JDK1.6,内有一些实例代码,

    Java Native Interface Specification R1.1

    Java Native Interface(JNI)是Java开发中的一个重要概念,它允许Java代码与其他语言编写的代码进行交互,尤其是与C或C++编写的本地应用程序接口(API)进行交互。JNI在Java应用程序中扮演着桥梁的角色,使得Java...

    《Java Native Interface Specification》CHM

    JNI调用的参考文档 官方文档整理成CHM版 相信是做java本地调用的时候必备的参考手册

    Java Native Interface 6.0 Specification (JNI) 原创PDF书签

    JNI(Java Native Interface)是一种编程框架,它允许Java代码和其他语言写的代码进行交互。JNI在Java的本地方法接口(Native Method Interface,NMI)基础上发展而来,最初随着Java开发工具包(JDK)1.0发布,后...

    Java本地接口(JNI)编程指南和规范 Java Native Interface 6.0 Specification

    JNI,全称Java Native Interface,是Java平台的一部分,用于建立Java应用和本地代码之间的桥梁。通过JNI,Java开发者可以编写本地方法,这些方法可以在Java虚拟机(JVM)内部调用,但实际由本地代码实现。这使得Java...

    JNI(java native interface) 简体中文+英文版

    JNI(java native interface) 简体中文:do.chuan@gmail.com 翻译版 英文版:Addison.Wesley.Java.Native Interface 希望对大家有帮助...

    Java Native Interface Programmers Guide and Specification(Exp)

    这个"Java Native Interface Programmers Guide and Specification(Exp)"很可能是一份详细解释JNI编程指南和规范的文档,用于帮助开发者深入理解并有效地利用JNI进行跨平台的系统级编程。 JNI在Java中的作用主要...

    JNI(Java Native Interface)中文手册

    ### JNI(Java Native Interface)中文手册关键知识点解析 #### 一、前言及背景 JNI(Java Native Interface)是Sun Microsystems公司定义的一套标准接口,用于实现Java代码与本地代码(通常是C或C++)之间的交互。...

    The Java Native Interface Programmer's Guide and Specification

    《Java Native Interface程序员指南与规范》是一本深入探讨Java...《Java Native Interface Programmer’s Guide and Specification》这本书详细介绍了这些概念,并提供了丰富的示例,是深入理解和应用JNI的宝贵资源。

    JNI编程指南和规范的中文翻译(The JavaTM Native Interface Programmer's Guide and Specification)

    翻译《The JavaTM Native Interface Programmer's Guide and Specification》可以帮助开发者深入理解JNI的工作原理和最佳实践,从而更好地利用NDK进行Android开发。通过学习和实践,开发者可以编写出更高效、更稳定...

    JNI-Java Native Interface资料(精华)

    ### JNI - Java Native Interface 资料精粹 #### 引言 Java Native Interface (JNI) 是Java平台的一项强大特性,允许应用程序结合使用C、C++等其他编程语言编写的本地代码以及Java语言代码。这一功能让程序员能够...

    The Java Native Interface Programmer's Guide and Specification (带书签)

    在详细阐述JNI的知识点之前,我们可以从标题中得知本书是由Sheng Liang编写的《The Java Native Interface Programmer's Guide and Specification》,这是一本关于JNI的编程指南和规范,对于需要深入理解JNI工作原理...

    The Java Native Interface Programmer's Guide.pdf

    根据提供的文件信息,我们可以深入探讨Java Native Interface (JNI)的相关知识点。JNI是一种强大的工具,它允许Java代码与其他语言编写的程序进行交互,特别是在C和C++等原生代码层面上。接下来,我们将从多个角度来...

    Java JNI编程资料(JNI官方教程 官方文档等)

    Java Native Interface(JNI)是Java平台的一个重要组成部分,它允许Java代码和其他语言写的代码进行交互。JNI在很多场景下都发挥着关键作用,比如利用已有的C/C++库、优化性能敏感的部分、或者调用操作系统特定的...

    The Java Native Interface.pdf

    Java本地接口指引与规范(JNI官方版本),带完整书签页。 文档包括3个部分: 1.Introduction and Tutorial(简介与教程); 2.Programmer`s Guide(程序员指南); 3.Specification(规范) 适用于JNI开发的开发人员使用。

    Java Native Interface

    - 《Java Native Interface: Programmer's Guide and Specification》:官方文档,包含了详细的JNI规范和使用示例。 - `jni.pdf`:可能包含英文版的JNI指南,对于深入理解很有帮助。 - `jni-study--%28中文版%29....

    JNI编程指南(E文)

    **Java Native Interface (JNI)**是一种标准的应用程序接口,用于实现Java代码和其他语言编写的代码之间的交互,特别是C和C++。通过JNI,开发人员可以在Java应用程序中调用本地方法(非Java语言编写的函数),也可以...

    The Java. Native

    THIS book covers the Java™ Native Interface (JNI). It will be useful to you if you are interested in any of the following: • integrating a Java application with legacy code written in languages such...

    JNI Programmer Guide and Specification

    ### JNI (Java Native Interface) Programmer's Guide and Specification #### 概述 《Java™ Native Interface Programmer’s Guide and Specification》是一本由Sheng Liang编写的关于Java Native Interface...

Global site tag (gtag.js) - Google Analytics