The container 'Maven Dependencies' references non existing library - STS

后端 未结 7 1907

I\'m using win8 previously I had been running Eclipse Juno on my pc but from now on I wanted to start using STS, I am getting the below error as soon as I create a new project.

相关标签:
7条回答
  • 2021-01-30 17:45

    Today I had this same problem with another jar. I tried multiple things people said on Stackoverflow, but nothing worked. Eventually I did this:

    1. Close eclipse and any project-app that is running.
    2. Delete the .m2 folder (Users --> [your_username] --> .m2). It's an invisible folder, make sure you are able to view invisible folders.
    3. Restarted Eclipse (I guess it works in other IDE too) and updated my project.

    Now it works again for me. Perhaps this solves the problem for someone else too.

    0 讨论(0)
提交回复
热议问题