Adding folder to Eclipse classpath
- by Paul
Hello,
When i develop a project i create a folder in my project called libs. And in this folder i place all the library jars that i use. Is there a way to add just the libs folder to the class path so that i do not have to add each individual jar?
I was thinking something along the lines of a variable or creating a user library.
Many thanks.