当前位置:
在线翻译 >
法语翻译 > java native interface
- The AWT Native Interface is very similar to the JNI, and, the steps are, in fact, the same as those of the JNI . See the Java Native Interface article for an explanation of the JNI techniques employed by the AWT Native Interface.
- JNAerator does not need any native compiling beyond that of the targeted dynamic library ( all of the glue code is in Java ), which helps simplify the process of binding Java to C native libraries when compared to Java Native Interface ( JNI )-based means.
- The term comes from the specification for Common Lisp, which explicitly refers to the language features for inter-language calls as such; the term is also used officially by the Java refers to its FFI as the JNI ( Java Native Interface ) or JNA ( Java Native Access ).
- In contrast to the approach taken by Quercus, the other JVM based PHP implementation, sMash is able to re-use existing PHP extensions from PHP . net attaching them to the Java virtual machine via the Java Native Interface ( JNI ) and an API layer called XAPI-C.
- Jblas is a linear algebra library, created by Mikio Braun, for the Java programming language built upon BLAS and LAPACK . Unlike most other Java linear algebra libraries, jblas is designed to be used with native code through the Java Native Interface ( JNI ) and comes with precompiled binaries.
- :Java Native Interface or internet socket or named pipe or memory-mapped file or database or plain old computer file or popen / java . lang . Process or ( a bit twisted, but smart in some cases ) have one paste it to Twitter and the other read it back.
- JamVM can be configured to use the GNU Classpath or the OpenJDK Java class library and recent versions support object finalization, Soft / Weak / Phantom References, the Java Native Interface ( JNI ) and the Reflection API . The compacting garbage collector can run either synchronously or asynchronously within its own thread.
- Memory deallocation during finalization is common in languages like C + + where manual memory management is standard, but also occurs in managed languages when memory has been allocated outside of the managed heap ( externally to the language ); in Java this occurs with Java Native Interface ( JNI ) and ByteBuffer objects in New I / O ( NIO ).
- The JVMTI is a native interface of the JVM . A library, written in C or C + +, is loaded during the initialization of the JVM . The library has access to the JVM state by calling JVMTI and JNI ( Java Native Interface ) functions and can register to receive JVMTI events using event handler functions that are called by the JVM when such an event occurs.
Last modified time:Thu, 14 Aug 2025 00:29:56 GMT