This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Where to find a CNI-Tutorial?
- From: Cedric Berger <cedric at berger dot to>
- To: Clemens Eisserer <linuxhippy at web dot de>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 26 Aug 2003 15:01:12 +0200
- Subject: Re: Where to find a CNI-Tutorial?
- References: <3F4A142B.2030507@web.de>
Clemens Eisserer wrote:
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....
Then why not storing them into "long"?
Cedric