I am working on a Java Project in Eclipse. I created a user library called \"Spring\" and added all the Spring jars to it. My question is, where does Eclipse store this libr
You can export them from the workspace where you created them, and import them into the workspace where you want them.
Old: Window -> preferences -> Java -> User Libraries -> import/export
New (not sure what eclipse version this change was introduced): Window -> preferences -> Java -> Build Path -> User Libraries -> import/export
If that's what you were trying to do (this is how I was led to this webpage)
Thanks @Jorn Vernee for the new version correction