This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
examples/tutorial on CNI?
- From: "Michael Purdy" <mpurdy at BTBOCES dot ORG>
- To: <java at gcc dot gnu dot org>
- Date: Mon, 27 Jun 2005 13:07:35 -0400
- Subject: examples/tutorial on CNI?
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