Intellij IDEA加載多項目時因為不同JDK,經常出現JDK編譯版本的問題,容易出現以下異常。
Information:Using javac 1.8.0_91 to compile java sources
Information:java: javacTask: 源發行版 1.8 需要目標發行版 1.8
Information:java: Errors occurred while compiling module 'spring-context'
Information:Module "spring-context" was fully rebuilt due to project configuration/dependencies changes
Information:2016/12/1 14:41 - Compilation completed with 1 error and 0 warnings in 12s 125ms
Error:java: Compilation failed: internal java compiler error
選擇 File --> project Structure --> Modules,選擇項目修改 “Sources” 選項卡下的 “Language level” 及 “Dependencies”選項卡下的 “Module SDK” 。
File --> Settings --> Build,Execution,Deployment --> Compiler --> java Compiler
使用IntelliJ IDEA 13搭建Android集成開發環境圖文教程 http://www.linuxidc.com/Linux/2015-09/123416.htm
IntelliJ IDEA 12 創建Web項目圖文詳細教程 http://www.linuxidc.com/Linux/2013-05/84213.htm
用IntelliJ IDEA開發Android程序圖文教程 http://www.linuxidc.com/Linux/2013-03/81471.htm
IntelliJ IDEA 12開發haXe NME應用配置指南 http://www.linuxidc.com/Linux/2013-01/77227.htm
IntelliJ IDEA運行Play Framework的test mode http://www.linuxidc.com/Linux/2013-07/87694.htm
Ubuntu 13.04 安裝IntelliJ IDEA 12 http://www.linuxidc.com/Linux/2013-11/93014.htm
IntelliJ IDEA 12創建Maven管理的Java Web項目(圖解) http://www.linuxidc.com/Linux/2014-04/99687p2.htm
IntelliJ IDEA 常用快捷鍵列表及技巧大全 http://www.linuxidc.com/Linux/2015-04/116398.htm
在 Ubuntu Linux 上安裝 IntelliJ IDEA http://www.linuxidc.com/Linux/2016-12/137946.htm
IntelliJ IDEA 的詳細介紹:請點這裡
IntelliJ IDEA 的下載地址:請點這裡