原文:Maven报错Please ensure you are using JDK 1.4 or above and not a JRE解决方法!

在eclipse下用maven编译时,很有可能出现以下错误: Please ensure you are using JDK . or above andnot a JRE the com.sun.tools.javac.Main class is required . 请确保您使用的是JDK . 或以上版本 不是一个JRE com.sun.tools.javac。主类是必需的 。 原因:ecli ...

2016-12-12 11:05 2 5687 推荐指数:

查看详情

JDK11,JDK12没有JRE解决方法

jdk11和jdk12在以前版本基础上,改动有点大,安装后默认是没有jre的。 解决方法: 在JDK目录下使用bin\jlink.exe --module-path jmods --add-modules java.desktop --output jre命令手动生成jre ...

Mon Sep 09 17:22:00 CST 2019 0 4354
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM