By byteblend
via jinvoke.com
Published: Aug 13 2007 / 15:24
J/Invoke is a JNI alternative for Java that makes calling functions from a native DLL as easy as P/Invoke does for .NET. Java developers can simply annotate a native method with the DLL and function name and J/Invoke manages the task of loading the specified DLL, automatically converting Java arguments to C arguments and invoking the target function in the DLL. A beta has just been released.
Add your comment