Hey all, I'm loading a couple classes that use native code libraries.
Everything loads great the first time, but during hot deployment, tomcat
complains the .so is already loaded. Is there a way to make sure the
libraries get unloaded?
In one of my classes I have the standard:
static {
System.loadLibrary(name);
}
I'm using Tomcat 6.0.14.
-Matt
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]