Java

JNI

_침묵_ 2007. 5. 9. 23:33

출처 :http://mindprod.com/jgloss/jni.html

Java Native Interface. How you write C/C++/assembler code native methods callable from Java. It also lets C/C++ code call Java methods. Microsoft J++ does not support JNI. Before you get too deeply into JNI check out the exec function. Also check if JConfig has what you need. It may do what you want with much less hassle. Also check out XFunction which lets you do JNI without writing any of that complicated JNI C code.
 

Introduction Using JNI in Applets The Old Netscape Problem
The Overall Process System.load vs System.loadLibrary The Old Netscape Solution
Some general JNI tips Windows loadLibrary The Old Netscape Recipe
C/C++ Primitive Types Solaris and Linux loadLibrary Strategy
JNI Manipulator Functions Macintosh loadLibrary Alternatives
Typical JNI C Code File Naming Conventions Books
Typical JNI C++ Code Exceptions Learning More
JNI and Assembler Threads Links
JNI Example Code Reflection
 

'Java' 카테고리의 다른 글

Java 리플렉션에 대한 재고(reflection)  (0) 2007.05.12
out of memory 와 Runtime 객체 사이의 관계  (0) 2007.05.09
Too many open files  (0) 2007.05.09