Folder with jars in project
问题 When I work on small desktop projects I used to create lib folder in my project's root where I keep all project's jar dependencies. Then I use Configure Build Path -> Libraries -> Add JARs... to manually add all jars from this folder to buildpath/classpath. And because Add JARs... (unlike Add external JARs ) uses relative paths, the project is portable, what is important for me. The problem is that each time I add or remove a jar from my lib folder I need to manually add/remove this jar in