I am developing an application that I would like to run on multiple platforms. I am using JNI with the jogl libraries. When, I build and run using ant, I currently have all my native libraries in one directory and specify java.library.path through ant. However, for 32/64bit libraries I need to put them in separate directories. What is the best way to tell ant to specify a different java.library.path depending on the host system? Is there a better way to do this perhaps with jar manifests or something else? -- View this message in context: http://www.nabble.com/Multiple-Platform-JNI-code-tp14448573p14448573.html Sent from the Ant - Users mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]