NoClassDefFoundError in spring

后端 未结 2 863
长情又很酷
长情又很酷 2021-01-22 01:24

I wrote a Spring application which runs on Weblogic 10.3. In this application I have some JMS Queue consumers.

Sometimes I got an error when the application is closing

2条回答
  •  抹茶落季
    2021-01-22 02:10

    That Exception means that the class is not getting loaded into the JVM. Make sure that the spring.jar is in the Weblogic server's classpath or library folder.

提交回复
热议问题