Monday, February 26, 2007

Easier invoke of native code from java using nlink?

I came across the nlink project https://nlink.dev.java.net/, and from the examples on the page, it seems quite easy to invoke native code using this java library. Using jni directly is not the most straight forward way to access your native code, and obiously you don't want to expose your native code as COM all the time either.

The nlink project seems quite neat, looking forward to take a look at it.

0 Comments:

Post a Comment

<< Home