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.
如果我上次关联它,当我关联它时,eclipse 如何知道我的源代码文件夹。如果我想更改另一个文件夹我该怎么办,我认为有一个文件保存我所有的设置配置。我只是简单地修改它。但是它在哪里以及它是什么?谢谢
Eclipse 能够自动找到项目的src文件夹,因为它是在.classpath项目根目录的 Eclipse 文件中定义的。
src
.classpath
要更改src项目的文件夹,请执行以下操作: