posted 10 years ago
hi everybody,
I have an application that uses these jar files:
spring.jar
spring-binding-1.0.1.jar
springmodules-validator-0.2.jar
spring-webflow-1.0.1.jar
spring-beans.jar(2.5.5)
when I run my application, I get an error like this:
java.lang.NoClassDefFoundError: org/springframework/core/AliasRegistry
I have searched the error and noticed that my spring jar files are not in a same version.
The problem is that I can't find my required jar files in a same version ,I need a site to download these files in a same version,
Thanks