Adding folder to Eclipse classpath
Posted
by Paul
on Stack Overflow
See other posts from Stack Overflow
or by Paul
Published on 2010-03-16T21:30:22Z
Indexed on
2010/03/16
21:31 UTC
Read the original article
Hit count: 168
eclipse
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.
© Stack Overflow or respective owner