当前位置:网站首页>Fatal error compiling: 无效的目标发行版: 11
Fatal error compiling: 无效的目标发行版: 11
2022-08-02 07:17:00 【梧桐_月】
这种问题,先说一下大部分人的情况
是因为JAVA_HOME环境变量得问题,之前设置的是jdk 1.8,修改为jdk 11后解决问题
打开控制台输入mvn --version可以看到 jdk 相关的输出:
如果这里显示的是jdk1.8,那就需要改一下环境变量;
再说一下其他情况
1、idea配置
2、第二种情况
pom的版本号对了吗
<properties>
<java.version>11</java.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
边栏推荐
猜你喜欢
MySQL error 1055 solution: [Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains
Splunk Filed extraction field interception
Conditional constructor ~wapper
Metasploit (MSF) Basic Super Detailed Edition
论文理解:“Cross-Scale Residual Network: A GeneralFramework for Image Super-Resolution,Denoising, and “
(2022牛客多校五)C-Bit Transmission(思维)
MySQL-索引优化和查询优化
Compact格式下MySQL的数据如何存储到磁盘
Chain Of Responsibility
Enterprise training and reproduction guidebook - training and reasoning of the OpenPose model based on Huawei ModelArts platform, realizing the recognition of two behaviors of climbing and climbing ov
随机推荐
停止精神内耗 每日分享
MySQL-数据库事务详解
LeetCode 2360. The longest cycle in a graph
OC-NSArray
apt & apt-get commands
问个问题,我的Flinkcdc已经跑通了,可以监听msql的binlog了,也能发送kafk
MySQL-多版本并发控制
Find the largest n files
OC-NSNumber and NSValue are generally used for boxing and unboxing
2022-08-01 第四小组 修身课 学习笔记(every day)
MySQL database design specification
概率论与数理统计
WebForm DropDownList分别绑定年月
2022年防止网络攻击的15个网络安全实践,你学会了吗?
Inverter insulation detection detection function and software implementation
Understand the Chisel language. 30. Chisel advanced communication state machine (2) - FSMD: Take Popcount as an example
Splunk Filed Alias field name
(2022牛客多校五)C-Bit Transmission(思维)
Link with Game Glitch
FormData upload binary file, object, object array