- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我使用 Spring Initializr 创建了一个 Maven 项目。
我刚刚安装了 JDK 10 和 Eclipse Jee Oxygen。
我将项目加载到 Eclipse 中。
当我右键单击项目 -> 运行方式 -> Maven clean 时,出现以下错误:
The specified JRE installation does not exist
这是什么原因以及如何解决?
我尝试过的:
转至 Window -> Preferences -> Java -> Installed JREs -> Add,然后选择已安装 JDK 10 的目录,检查它而不是已选择的目录 (JRE-10)。
它没有改变任何东西。
最佳答案
来自comment :
In Properties -> Java build path, there is a warning:
Build path entry is missing: org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8".
由于项目已明确选择名为 JavaSE-1.8
的执行环境,您需要确保它有兼容的 JRE:
如果“兼容的 JRE”框为空,请检查“已安装的 JRE”页面以确保您有一个。
或者,转到“属性”>“Java 构建路径”,选择“库”选项卡,然后选择 JRE System Library
条目,单击“编辑”,然后更改要使用哪个 Java 运行时的显式选择。
关于java - Maven 清理失败 : The specified JRE installation does not exist,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50573872/
我是一名优秀的程序员,十分优秀!