开发者

Eclipse - Show generated class files

开发者 https://www.devze.com 2023-03-22 05:11 出处:网络
How can I 开发者_Go百科show the folder (bin) where my class files are placed after I build a project in eclipse? I want this directory to show up in the package explorer. Searched the forums, but can\

How can I 开发者_Go百科show the folder (bin) where my class files are placed after I build a project in eclipse? 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), which is now deprecated, or in the Project Explorer (Window --> Show View ---> Project Explorer) . But you can't view the bin folders in the Package Explorer.

For viewing the bin folders in the Project Explorer , you can click Customize View ---> Filters --> Do not click Java Output Folders

Eclipse - Show generated class files

Eclipse - Show generated class files

0

精彩评论

暂无评论...
验证码 换一张
取 消