.dll already loaded in another classloader?

You can’t load the same native library twice.

Put the class in a jar file under <tomcat>/lib/, it will be shared over all wars.

Leave a Comment