출처 :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.
'Java' 카테고리의 다른 글
Java 리플렉션에 대한 재고(reflection) (0) | 2007.05.12 |
---|---|
out of memory 와 Runtime 객체 사이의 관계 (0) | 2007.05.09 |
Too many open files (0) | 2007.05.09 |