OK, this is my first time with STS. I just installed STS 2.8.0, created a workspace, and created a Spring Template Project > Spring MVC Project. I didn't add or change any code yet, but all the libraries seem to be broken...
I have a lot of red in the imports in the source code.
The Problems view shows a lot of missing JARs like:
Missing artifact junit:junit:jar:4.7 pom.xml /hello line 1 Maven Dependency Problem
The Projet > Properties > Libraries shows all Maven dependencies missing their JARs, for example:
junit-4.7.jar is missing from: C:\Documents and Settings\Admin\.m2\repository\junit\junit\4.7
Am I doing something wrong?


Reply With Quote
