简体   繁体   English

Eclipse - 显示生成的类文件

[英]Eclipse - Show generated class files

How can I show the folder (bin) where my class files are placed after I build a project in eclipse? 在eclipse中构建项目后,如何显示放置类文件的文件夹(bin)? I want this directory to show up in the package explorer. 我希望此目录显示在包资源管理器中。 Searched the forums, but can't seem to find an answer 搜索论坛,但似乎无法找到答案

You can view the the bin folders in the Navigator ( Window --> Show View ---> Navigator ) or in the Project Explorer ( Window --> Show View ---> Project Explorer ) . 您可以在NavigatorWindow - > Show View ---> Navigator )或Project ExplorerWindow - > Show View ---> Project Explorer )中Show View bin文件夹。 But I don't think you can view the bin folders in the package explorer 但我不认为您可以在包资源管理器中查看bin文件夹

For viewing the bin folders in the Project Explorer , you can click Customize View ---> Filters --> Do not click Java Output Folders 要在Project Explorer查看bin文件夹,可以单击Customize View ---> Filters - >不要单击Java Output Folders

在此输入图像描述

在此输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM