I have downloaded and installed Spring Tool Suite 3.4. I am trying to create a Spring MVC project. I am able to create the project but the project already has errors and I have not modified or added any code. Is anyone else having this issue or have a work around?
I have tried running
Maven -> Update Project
Run As -> Maven Clean
Run As -> Maven Install
Many of the tutorials I am looking at are using Spring Tool Suite so I would like to use STS for consistency purposes but this is kind of a show stopper.
Here are the errors I am seeing
Archive for required library: 'C:/Users/Joseph/.m2/repository/org/springframework/spring-context/3.1.1.RELEASE/spring-context-3.1.1.RELEASE.jar' in project 'Example1' cannot be read or is not a valid ZIP file
Build path specifies execution environment JavaSE-1.6. There are no JREs installed in the workspace that are strictly compatible with this environment.
The project cannot be built until build path errors are resolved
Error occured processing XML 'Unable to load schema mappings from location [META-INF/spring.schemas]'. See Error Log for more details root-context.xml
Error occured processing XML 'Unable to load schema mappings from location [META-INF/spring.schemas]'. See Error Log for more details servlet-context.xml