This is not about how to add libraries to my project or module dependencies; it's about where to store the .jar files that are referenced by the project/module settings.
Should I have a lib
folder in each project, containing the third-party libraries; or should I store them elsewhere on my hard drive? What scheme has worked for you?