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.
再次,我看到了这句话:
此处提供了可以包含在项目的 .classpath 中的 .classpath 文件片段(即链接)。请仅使用您实际需要的类路径条目(详见下文)。
这些句子是什么意思,如何在 eclipse 中将该代码段添加到我的类路径文件中?
请帮忙。
我理解这一点,因为您想找到类路径文件。转到 Eclipse 并按CTRL+ SHIFT+ R。键入.classpath并选择项目中的文件。
CTRL
SHIFT
R
.classpath
注意:如果您正在修改此文件并且您不知道它是什么,我建议您要格外小心:)。
尽管您可以修改 .classpath 文件,但 Eclipse 会在您每次更改项目的 Java Build Path 属性时自动为您管理该文件。这是比手动更改文件更好的方法。