I have an Eclipse project with an external folder containing many JAR files (legacy libraries). instead of adding all jars to Eclipse ("add external jar"), I would rather add a link to this external folder. In the "configure build bath" I add the "outer class folder". If I do this instead of adding a Jar, my program will no longer compile. Did I miss something along the way to use this option?
thanks
java eclipse jar buildpath
Black labrador
source share