Eclipse buildpath automatically taking all JARs of a internal directory

后端 未结 10 1778
醉梦人生
醉梦人生 2020-12-15 05:34

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 fi

10条回答
  •  天涯浪人
    2020-12-15 06:12

    Using a homemade "ClassPath Container" solves the problem but needs you to build an Eclipse-plugin : http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-classpath.html

提交回复
热议问题