IDEA解決Fatal error compiling: 錯誤: 無效的目標發行版:1.11
方法一:
maven-compiler-plugin 配置修改
source與target為11
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>11</source>
<target>11</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
方法二:
修改maven,project等統一使用jdk 1.11
方法三:
修改環境變數JAVA_HOME為JDK11地址,重啟編譯器
博主就是因為好幾個專案使用不同的JDK版本,需要根據專案配置JAVA_HOME才行
相關文章
- IntelliJ IDEA中報錯:Error: java: 無效的目標發行版本: 11IntelliJIdeaErrorJava
- Error:java: 無效的目標發行版: 11ErrorJava
- SpringBoot專案建立報錯——解決Intellij idea Error:java: 無效的源發行版: 16Spring BootIntelliJIdeaErrorJava
- IDEA發生“Error:java: 錯誤: 不支援發行版本 5”錯誤的解決方案IdeaErrorJava
- phpstorm 的.idea 目錄加入.gitignore無效的解決方法PHPORMIdeaGit
- Fatal NI connect error 12170 錯誤Error
- PHP curl error 60 錯誤解決PHPError
- 解決 eslint 的 Parsing error: Unexpected token 錯誤EsLintError
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- Idea中Springboot熱部署無效解決方法IdeaSpring Boot熱部署
- IDEA執行報錯,java: 警告: 源發行版 11 需要目標發行版 11IdeaJava
- mysqldump error1066 錯誤的解決辦法MySqlError
- SSL錯誤ssl connect error 35的解決方案Error
- 執行SQL發生錯誤!錯誤:disk I/O errorSQLError
- Idea編譯錯誤解決辦法Idea編譯
- golang原始碼安裝時fatal error: MSpanList_Insert錯誤Golang原始碼Error
- 【Jenkins】data stream error|Error cloning remote repo ‘origin‘ 錯誤解決JenkinsErrorREM
- HTTP 錯誤 500.21 - Internal Server Error 解決方案HTTPServerError
- 織夢提示dedecms error warning錯誤的解決方法Error
- IDEA Spring-boot-devTools 無效解決辦法二IdeaSpringbootdev
- 報錯Intel MKL FATAL ERROR: Cannot load libmkl_core.so.的一種解決方法IntelErrorIBM
- 解決java5 發行錯誤最好的方法Java
- idea執行java專案main方法報build failure錯誤的解決方法IdeaJavaAIUI
- 解決IDEA Error:Output directory is not specifiedIdeaError
- IDEA啟動時報Failed to create JVM錯誤的解決IdeaAIJVM
- 錯誤解決:cc: Internal error: Killed (program cc1)Error
- Js錯誤Error物件詳解JSError物件
- 帝國CMSr的Fatal error:Allowed memory size of的解決辦法Error
- ERROR L107: ADDRESS SPACE OVERFLOW keil錯誤的解決方法Error
- FreeBSD系統下zfs: failed with error 6錯誤的解決方法AIError
- Ubuntu下 fatal error: Python.h: No such file or directory 解決方法UbuntuErrorPython
- java:錯誤:不支援發行版本1.4解決方案Java
- Intellij IDEA 使用spring-boot-devtools無效解決辦法一IntelliJIdeaSpringbootdev
- ORA-29702:error occurred in Cluster Group Service operation錯誤解決Error
- PBOOTCMS網站程式提示“執行SQL發生錯誤!錯誤:DISK I/O ERROR”boot網站SQLError
- 達夢資料庫資料型別的變更無效錯誤,如此解決妙啊資料庫資料型別
- git push出現unpack failed: error Missing tree錯誤的解決方法GitAIError
- win10系統執行英雄聯盟錯誤game error directx解決方法Win10GAMError