Are there any tutorials available describing how to take a java class, compile it to native code, then access it from a java app via CNI? I have found good documentation on using natively compiled java classes in C++ via CNI, but not in java via CNI... Or, would it be better to use JNI? Thanks for any pointers. Mike