On Tue, Sep 13, 2005 at 03:12:07PM -0600, Shaun Jackman wrote: > 2005/9/13, Michael Koch <[EMAIL PROTECTED]>: > > The problems is that you need to run JNIGeneratorApp on the sources. This > > application replaces the integers used normally on 32-bit archs with longs > > for 64-bit archs. > ... > > Perhaps I could run JNIGeneratorApp as part of the build process.
That should to the trick. This replaces the "int" types in the Java sources with "long" types. Of course only the places that may be replaced. You can look into my Eclipse package how to call it. Cheers, Michael -- Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html Join the community at http://planet.classpath.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]