Have you tried synchronizing access to the native methods? Does Tomcat and the JVM crash when you only have one servlet using the native code? Alternatively, can you have two instances of the object so that it is not shared? What are the messages printed by the JVM when it crashes? Are you sure that your native library is even beng found and loaded?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
