Java本地接口
Sign in to saveAlso known as JNI
Framework allowing Java programs to call and be called by programs in other languages
Described at
Java Native Interface Specification: Contents
docs.oracle.com →Link to a page describing this subject · 20,044 chars · not written by Vinony
Wikidata facts
- Instance of
- application programming interface
Show 3 more facts
- programmed in
- Java
- Stack Exchange tag
- stackoverflow.com/tags/java-native-interface
- described at URL
- docs.oracle.com/javase/9/docs/specs/jni/index.html
Sources (1)
via Wikidata · CC0
Article · 中文
JNI (Java Native Interface,Java本地接口)是一种,使得Java虚拟机中的Java程序可以调用本地应用/或库,也可以被其他程序调用。 本地程序一般是用其它语言(C、C++或汇编语言等)编写的,并且被编译为基于本机硬件和操作系统的程序。
Abstract from DBpedia / Wikipedia · CC BY-SA