Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 Java 和一般编程比较陌生,所以我的问题可能看起来很明显,但我正在努力学习。
简而言之,.class我的源文件夹中有文件。
.class
我在 Eclipse 中工作,我不确定他们是如何到达那里的。我一直将输出目录放在bin文件夹而不是src文件夹中。基于 Windows,这些.class文件在一个多月内没有更改。
bin
src
有人会建议将它们移除以使工作空间更整洁吗?
谢谢。
是的,您总是可以删除 .class 文件 - Eclipse 只会在正确的时间重新制作它们。
要更改它们的存储位置,请在 Package Explorer 中的项目上右键单击并选择Build Path > Configure Build Path. 单击“源”选项卡。输出文件夹列在选项卡的底部。
Build Path > Configure Build Path