This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Where to find a CNI-Tutorial?
- From: Clemens Eisserer <linuxhippy at web dot de>
- To: java at gcc dot gnu dot org
- Date: Mon, 25 Aug 2003 15:50:35 +0200
- Subject: Where to find a CNI-Tutorial?
Hi there!
1.) Does anybody know good tutorials for CNI?
The only tutorials I read where not really helpful, because they mostly
coverd how to access java from c, not how to access c from java.
2.) Is there a platform-independent way to store pointer-values in java
variables using CNI. With JNI this isnt possible as far as I know,
because storing pointer-values into "int" only works of cource on 32-bit
machines....
lg Clemens