How do I hide Referenced Libraries in Eclipse's Java EE perspective?

末鹿安然 提交于 2019-12-05 09:00:16

问题


Eclipse's normal Java perspective seems to hide Referenced Libraries just fine (in a "Referenced Libraries" folder in your project). Unfortunately, the Java EE perspective does not seem to have this same feature and enabling it is non-intuitive.

Can anyone shed some light on this issue?


回答1:


The "Referenced Libraries" view is available in the Java perspective, in the Package Explorer view.

In the Java EE perspective, the Project Explorer view is the default (as opposed to the Package Explorer view). Therefore, if you wish to view the Referenced Libraries, you must open the Package Explorer view in the Java EE perspective.

Note that this view will not remove the user libraries that have been added to the project. The use of Referenced Libraries is primarily for user jars, or jars internal to the project, often placed under the lib directory of the project.




回答2:


I am currently on a Mac using:

Eclipse Java EE IDE for Web Developers.
Version: Indigo Service Release 1
in the Java EE perspective

To the right of the project explorer tab, there should be a tiny white arrow facing down that opens up a drop down, choose "Customize View..."

It opens a window titled "Available Customizations" with the "Filters" tab in focus.

Check the box for "Libraries from external" and press okay.




回答3:


Click on menu on upper right of package explorer -> Customize View -> Content tab -> uncheck "Java Elements"




回答4:


As far as I can tell, the Package Explorer in the Java EE perspective (Eclipse 3.5) works different from the Java Perspective. If you filter 'Libraries from external', it does not remove the classpath container (EAR Libraries, JRE System Library, etc.), but they will be empty. Also, it does not seem to want to present working sets as the top level element. Guess it needs some TLC. :)




回答5:


I think you are confused by too many lars listed in the view of project. Change “Project Explorer" to "Package Explorer" works for me. Steps: "Window"-> "Show view" ->"Other...", input package then select the option and click OK.

Hope helpful.



来源:https://stackoverflow.com/questions/1428481/how-do-i-hide-referenced-libraries-in-eclipses-java-ee-perspective

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!