Import Libraries in Eclipse?

后端 未结 4 1332
隐瞒了意图╮
隐瞒了意图╮ 2020-12-02 17:16

I just recently downloaded the dom4j library, but for the life of me I have no idea how to access it. I dropped it in the plug-ins folder and rebooted Eclipse, without succe

4条回答
  •  借酒劲吻你
    2020-12-02 17:37

    No, don't do it that way.

    From your Eclipse workspace, right click your project on the left pane -> Properties -> Java Build Path -> Add Jars -> add your jars here.

    Tadaa!! :)

提交回复
热议问题