NoClassDefFoundError - org.springframework.core.io.Resource

 FAQ > Errors > Exceptions > NoClassDefFoundError - org.springframework.core.io.Resource

If you get an exception like this

java.lang.NoClassDefFoundError - org/springframework/core/io/Resource

Cause

You were probably trying to use the XML Configuration mechanism, which uses Spring, but without having the Spring jar on your classpath.

Solution

Add the Spring jar to your classpath.

Apache, ActiveMQ, Apache ActiveMQ, the Apache feather logo, and the Apache ActiveMQ project logo are trademarks of The Apache Software Foundation. Copyright © 2024, The Apache Software Foundation. Licensed under Apache License 2.0.