java - Eclipse buildpath automatically taking all JARs of a internal directory -


How do I configure my project buildpath to create a set of .jar files located in the same directory Is automatically included in the Build? Which means that adding a new .jar file to this directory (and refreshing the project) updates the buildpath? Rem: I am not working on a webpage in a standalone Java app. I know that all of the dynamic Web projects in Web-INF / Lib. There is a possibility of being included in the construction path of Jers. Is it possible to do this, but in a standalone app?

I am using Eclipse 3.4

APAIC, to do this There is no normal way.

If you really want, then there is a little hack. Eclipse Classpath file is a very simple XML, you can write a script or ant function which is a directory, updates. Classpath goes to XML and refreshes the project.


Comments