Eclipse buildpath automatically taking all JARs of a internal directory

Posted by Niko on Stack Overflow See other posts from Stack Overflow or by Niko
Published on 2009-01-27T14:22:53Z Indexed on 2010/05/31 15:03 UTC
Read the original article Hit count: 171

Filed under:
|

How do I configure my project buildpath to have a set of .jar files located in the same directory automatically included in the buildpath ? Meaning that adding a new .jar file to this directory (and refreshing the project) updates the buildpath ? Rem : I am not working in a Webapp but in a standalone Java app. I know that it is possible in a Dynamic Web Project to have all the .jars located in WEB-INF/lib to be included in the build path. Is it possible to do kind of the same include but in standalone app ?

I am using Eclipse 3.4

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse