gpt4 book ai didi

eclipse - 为什么我收到警告 : "build.properties does not exist"

转载 作者:行者123 更新时间:2023-12-02 03:28:40 25 4
gpt4 key购买 nike

这似乎与插件开发环境有关,但我不是在编写 Eclipse 插件。

如何停止收到此警告?

非常感谢!

最佳答案

如果您不编写插件,那么您可以编辑 .project 文件并删除插件性质,也许还可以删除 api 工具性质(如果存在)。

<projectDescription>
...
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>

关于eclipse - 为什么我收到警告 : "build.properties does not exist",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1226642/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com