英文:
New project created with eclipse buildship is improperly configured (packages not recognised)
问题
我使用Buildship创建了一个新项目,但是Eclipse似乎没有正确识别这些创建的项目。它似乎无法识别包的存在,只显示文件结构。出了什么问题?
英文:
I used buildship to create a fresh project, but the projects created don't seem to be recognised properly by eclipse. It seems that it doesn't recognise the existence of packages, and it just shows me the file structure. What went wrong here?
答案1
得分: 0
这个问题是因为我安装了Java 14,而且似乎我的版本的Buildship暂时无法处理它。Buildship 3.1.4可以修复这个问题。更新Buildship应该很容易。
英文:
This problem is due to me having java 14 installed, and it seems my version of buildship couldn't deal with that just yet. Buildship 3.1.4 does fix this. Updating buildship should be quite easy.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论