Remove project .jars from project explorer view in Eclipse

前端 未结 12 1231
执念已碎
执念已碎 2021-02-01 12:21

The list of jars just takes up too much space. Can I collapse it or hide it?

12条回答
  •  一生所求
    2021-02-01 12:35

    Go the library Tab of Java Build Path, Add Variable (add a variable name and library folder location).

    Once the variable is added, click on extend, you will see all the jars. Select all of them (or whatever is needed) and click ok. Exit the build path dialog box by clicking ok.

    This will remove all the jars from your project view.

提交回复
热议问题