我使用maven创建了一个jar文件,该文件使用带有JNO的.so文件。它有.so(动态库)。我将这个jar文件与一个简单的java程序一起使用,将它放在类路径中并且有效。
现在我想在war文件中使用它作为库。所以,我已经提到它作为pom文件中的依赖项。但它给出了错误:
remote failure: Error occurred during deployment: Exception while loading the app:
java.lang.IllegalStateException: ContainerBase.addChild: start:
org.apache.catalina.LifecycleException:
org.apache.catalina.LifecycleException: java.lang.UnsatisfiedLinkError: no example in java.library.path.
Please see server.log for more details.
Command deploy failed.