Remove project .jars from project explorer view in Eclipse

前端 未结 12 1230
执念已碎
执念已碎 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:58

    Works for eclipse 3 and 4 in the project explorer and package explorer views.

    Hey here is how it works:

    • Drop down on the ceiling -> Customize View... -> Filters tick "Libraries from external"
    • Right click on the project -> Properties -> Java Build Path -> Remove all jars -> Add EXTERNAL jars -> add all jars

    There you go.

提交回复
热议问题