The tutorials said I needed to import the Spring.jar and commons-logging.jar files in order to get going. They were using Spring 2.5.6.
The 3.0.5 version I’m using doesn’t contain the spring.jar file. What is it referred to now instead?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Much will depends on what parts of Spring you actually need. Spring contains a lot of modules in it and they are not bundled together anymore. This Maven repository lists all released spring artifacts. Look for ones that start with
spring-and navigate inside to see if they are released in3.0.5. If they don’t – you don’t need them. And files namedpom.xmlinside those directories may give you an idea on what external libraries you will need.