前些天发现了一个巨牛的人工智能学习网站,通俗易懂,风趣幽默,忍不住分享一下给大家。点击跳转到教程。

maven  run as  --install 时出错,提示信息如下:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project springside-core: Compilation failure

[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

解决方案:

  1. 下载java jdk,并安装java jdk。下载地址:http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
  2. 在eclipse的菜单中,进入 Window > Preferences > Java > Installed JREs > Execution Environments,选择JavaSE-1.6, 在右侧选择jdk.

  3. 然后在maven菜单中使用 “update project ...”.

No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? 问题相关推荐

  1. No compiler is provided in this environment. Perhaps you are running on a JRE rather than a jdk

    Mven build编译报错 [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE ...

  2. No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK

    在eclipse中使用maven进行compile时,出现了"No compiler is provided in this environment. Perhaps you are run ...

  3. No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?

    eclipse编译maven项目的时候,保存信息如下: [INFO] Changes detected - recompiling the module! [INFO] Compiling 198 s ...

  4. No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? ide

    mvn clean install -X -Dmaven.test.skip=true -P dev 打包报错: No compiler is provided in this environment ...

  5. No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK .

    javaweb项目导出时遇到错误 错误内容: No compiler is provided in this environment. Perhaps youare running on a JRE ...

  6. 命令行mvn打包的时候报错:No compiler is provided in this environment. Perhaps you are running on a JRE

    一.前言 这部分是安装Elasticsearch-ik中文分词的时候,用mvn打包报错: No compiler is provided in this environment. Perhaps yo ...

  7. Jenkins报错No compiler is provided in this environment. Perhaps you are running on a JRE rather than a

    1.问题描述 全新部署的最新版jenkins,在服务器已经配置好JAVA_HOME,并且在jenkins的配置中也进行了配置,但是jenkins在执行maven构建的时候一直报错 No compile ...

  8. apollo编译报错,Error No compiler is provided in this enviroment.Perhaps you are running on a JRE rather

    Error No compiler is provided in this enviroment.Perhaps you are running on a JRE rather than a JDK ...

  9. 关于Maven项目build时出现No compiler is provided in this environment的处理

    近日有同事遇到在编译Maven项目时出现 [ERROR] No compiler is provided in this environment. Perhaps you are running on ...

最新文章

  1. 【干货】硅谷创业教父:如何获得创业idea
  2. 使用CUBA进行开发–是Spring的重大转变吗?
  3. 深度访谈Amazon员工与HR:华裔因pip跳楼背后(图)
  4. STM32 输入捕获功能
  5. Python:Python程序设计思维、计算生态、用户体验、程序设计模式
  6. 基于IntelliJIdea2020.3创建web项目
  7. LightOJ 1058 平行四边形的判断定理
  8. 「代码随想录」343. 整数拆分【动态规划】详解!
  9. ORB feature to FAST,定向快速旋转简报
  10. 三级网络技术综合、应用题(2019、3)
  11. 无线VoIP技术的现状
  12. coolnbsp;sensor/image/videonbsp;technbsp;cou…
  13. ios 做不倒翁动画效果
  14. [英语-001] 十大词性
  15. Altera特殊管脚的使用(适用全系列Altera FPGA,MSEL区别除外)-来自altera论坛
  16. TM7707 评估前做的功课
  17. 联想服务器维护 - System X 3650 M5
  18. 是敌是友?科技巨头间错综复杂的关系
  19. Ubuntu系统初次使用
  20. c语言如何打印矩形图形的程序 五行七列,C语言程序计 第二讲.printf打印图形.转义字符.格式声明符.doc...

热门文章

  1. java流换行符方法_java换行符的使用方法
  2. 带字母的计算机在线使用,ASCII,进位制在线转换工具
  3. 【LeetCode - 224】基本计算器(栈)
  4. 【PAT - 甲级1005】Spell It Right (20分) (递归输出,水题)
  5. 【CodeForces - 674B 】Bear and Two Paths(贪心,思维,水题)
  6. 【计蒜客 - 2019南昌邀请赛网络赛 - M】Subsequence(字典树,dp预处理)
  7. 【CodeForces - 1041D】Glider (枚举起点,双指针 或 二分终点,思维)(知识点总结)
  8. 【HihoCoder - 1268】九宫 (dfs,深搜)
  9. Apollo进阶课程㊸丨Apollo实战——障碍物感知和路径规划能力实战
  10. 12.深度学习练习:Residual Networks(注定成为经典)