Eclipse中有一个应用提示一个Error
Target runtime JBoss v5.0 is not defined.
虽然不影响应用,但心里还是感觉不爽,找了找配置文件,终于在项目.setting 文件夹的
org.eclipse.wst.common.project.facet.core.xml中找到了相关配置,删除即可!
Target runtime JBoss v*.* is not defined.
最新推荐文章于 2020-01-02 17:31:56 发布
本文介绍了解决Eclipse中出现的“Target runtime JBoss v5.0 is not defined”错误的方法。通过查找并修改项目的设置文件org.eclipse.wst.common.project.facet.core.xml, 可以轻松移除令人困扰的错误提示。
4258

被折叠的 条评论
为什么被折叠?



