libisnativec-java

Helper routines to access native code from java
  http://opensource.intarsys.de/home/en/index.php?n=IsNativeC.HomePage
  0
  no reviews



The package presents a solution completely written in java to access native code. features:
* java side declaration, no c compiler
* clean design
* transparent, easy deployment
* platform independent
* fast
the effort relies on a combination of upstream's custom design for the call interface, memory abstraction and data structures and the basic native binding provided by any third party (currently jna).