當前位置:
首頁 >
Description Resource Path Location Type Java compiler level does not match the version of the instal
發布時間:2025/3/21
28
豆豆
生活随笔
收集整理的這篇文章主要介紹了
Description Resource Path Location Type Java compiler level does not match the version of the instal
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
問題:MyEclipse導入項目的時候,會發生這個錯誤:Description Resource Path Location Type Java compiler level does not match the version of the installed Java project facet.d
原因:這是由于在開發那個項目的時候,鎖定了使用其他版本的JDK,但是你的編輯器沒有相對應的JDK便會報這個錯誤。
解決方法:右鍵項目-->Properties-->myEclipse-->project Facets -->java,選擇對應的Jdk版本,或者去掉勾。
總結
以上是生活随笔為你收集整理的Description Resource Path Location Type Java compiler level does not match the version of the instal的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 线程共享的环境包括:进程代码段、进程的公
- 下一篇: java多线程runnable_Java