此环境中不提供编译器.也许您在 JRE 而不是 JDK 上运行? [英] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?

查看:37
本文介绍了此环境中不提供编译器.也许您在 JRE 而不是 JDK 上运行?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 m2eclipse 在 Eclipse 中编译一个项目.我在 Eclipse 中设置 JDK 路径如下:

I'm compiling a project in Eclipse using m2eclipse. I set the JDK path in Eclipse like this:

Windows-->preferences-->installed jres--> jdk1.7.xx  path

但这是显示错误

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE    rather than a JDK?
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.424s
[INFO] Finished at: Tue Oct 29 15:21:01 IST 2013
[INFO] Final Memory: 5M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-   plugin:3.1:compile (default-compile) on project TEST-WEB: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?

推荐答案

  1. 在您的 Eclipse IDE 上,进入 Window > Preferences > Java > 已安装的 JRE > 并检查您的已安装的 JRE.您应该在那里有一个带有 JDK 的条目.
  2. 选择执行环境,如下所示.点击确定
  3. 然后在您的项目上右键单击 -> Maven -> 更新项目

此外,您可能需要更改 Maven JRE(请参阅 @jlars62 答案),如下所示.转到 Run -> Run Configurations,选择我正在运行的 Maven Build(从左侧面板).然后,我单击 JRE 选项卡并选择选项 Workspace default JRE

Additionally, you may have to change Maven JRE (see @jlars62 answer) which is as follows. Goto Run -> Run Configurations, selecting the Maven Build I was running (from the left panel). Then, I clicked the JRE tab and selected the option Workspace default JRE

这篇关于此环境中不提供编译器.也许您在 JRE 而不是 JDK 上运行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆