How can I add build path items to Eclipse 3.5 using relative paths?

后端 未结 9 2215
夕颜
夕颜 2020-12-28 15:42

Eclipse 3.5 added support for relative buildpath/classpath items, yet I cannot seem to find a graphical way to add relatively pathed items. The example in new and noteworthy

9条回答
  •  长发绾君心
    2020-12-28 16:19

    I've done this by adding the libraries to my project. So, create a folder under your project called "jars" and put all dependent jars in there.

    When you configure the build path afterward, everything will be relative.

提交回复
热议问题