国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

this version of the Java Runtime only recognizes class file versions up to 52.0

這篇具有很好參考價(jià)值的文章主要介紹了this version of the Java Runtime only recognizes class file versions up to 52.0。希望對大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問。

踩坑日記

博客上很多博主說這個(gè)是jdk版本的問題,我所有地方都設(shè)置的是jdk1.8,但還是報(bào)錯(cuò)

Caused by: java.lang.UnsupportedClassVersionError: org/springframework/cloud/bootstrap/RefreshBootstrapRegistryInitializer has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0

Caused by: java.lang.IllegalArgumentException: Cannot instantiate interface org.springframework.boot.BootstrapRegistryInitializer : org.springframework.cloud.bootstrap.RefreshBootstrapRegistryInitializer

Caused by: java.lang.UnsupportedClassVersionError: org/springframework/cloud/bootstrap/RefreshBootstrapRegistryInitializer has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0

我的java -version 是jdk1.8,javac -version也是1.8請問有人遇到類似情況嗎?

1、我的報(bào)錯(cuò):
this version of the Java Runtime only recognizes class file versions up to 52.0
2、雙擊查找
this version of the Java Runtime only recognizes class file versions up to 52.0
3、點(diǎn)進(jìn)查找到的.class文件
this version of the Java Runtime only recognizes class file versions up to 52.0
4、刪除高版本、選折低版本的
this version of the Java Runtime only recognizes class file versions up to 52.0
this version of the Java Runtime only recognizes class file versions up to 52.0
5、至于為什么不能maven clean install , 因?yàn)槊看蝝aven clean install 之后又出現(xiàn)了類似4.0.1的高版本的jar包,怎么讓它不產(chǎn)生4.0.1高版本的jar包請各位網(wǎng)友提供思路。文章來源地址http://www.zghlxwxcb.cn/news/detail-507931.html

到了這里,關(guān)于this version of the Java Runtime only recognizes class file versions up to 52.0的文章就介紹完了。如果您還想了解更多內(nèi)容,請?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • idea 報(bào)錯(cuò)Java Runtime (class file version 61.0), this version of the Java Runtime only ...55.0

    idea 報(bào)錯(cuò)Java Runtime (class file version 61.0), this version of the Java Runtime only ...55.0

    RootLogLevelConfigurator has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0 55對應(yīng)jdk11,61對應(yīng)jdk17. 查看自己pom文件中java的版本,將版本改為11 setting中版本改為11 project structure中版本改為11 pom中指定spring

    2024年02月08日
    瀏覽(22)
  • Spring問題解決: Java Runtime (class file version 55.0), this version of the Java Runtim

    Spring問題解決: Java Runtime (class file version 55.0), this version of the Java Runtim

    ch/qos/logback/classic/spi/LogbackServiceProvider has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 這只是版本不匹配。已經(jīng)使用 Java 版本 11 編譯了您的代碼,而您當(dāng)前的 JRE 是版本 8。請嘗試將您的 JR降級

    2024年02月11日
    瀏覽(21)
  • 低版本jdk運(yùn)行高版本編譯jar包失敗(class file version 61.0), this version of the Java Runtime class file 52.0

    低版本jdk運(yùn)行高版本編譯jar包失敗(class file version 61.0), this version of the Java Runtime class file 52.0

    省流:使用jdk1.8執(zhí)行17編譯的包,啟動(dòng)報(bào)錯(cuò)。 ? ? ? ? 項(xiàng)目運(yùn)行中難免出現(xiàn)服務(wù)器環(huán)節(jié)集成其它jar包的情況,而其它jar包的jdk版本可能和我們業(yè)務(wù)項(xiàng)目的jdk版本不一致,如果比我們業(yè)務(wù)版本低,那么可能不會出現(xiàn)問題, 因?yàn)閖dk向下兼容,如果jdk版本比我們業(yè)務(wù)版本高,可能就

    2024年02月02日
    瀏覽(36)
  • has been compiled by a more recent version of the Java Runtime (class file version 61.0)

    has been compiled by a more recent version of the Java Runtime (class file version 61.0)

    第一次使用spring boot starter項(xiàng)目遇到的問題,記錄下? Exception in thread \\\"main\\\" java.lang.UnsupportedClassVersionError: org/springframework/boot/SpringApplication has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 59.0 ?? ?at

    2024年02月07日
    瀏覽(38)
  • 【異?!縣as been compiled by a more recent version of the Java Runtime (class file version 55.0)

    【異?!縣as been compiled by a more recent version of the Java Runtime (class file version 55.0)

    使用全局的JDK環(huán)境來運(yùn)行項(xiàng)目,提示如下: 才想起來,這個(gè)項(xiàng)目的JDK版本是11,因?yàn)轭愂窃诒仍噲D運(yùn)行它的版本更高的Java版本編譯的 更具體地說,在這種情況下,使用Java 11編譯了類,并嘗試使用Java 8運(yùn)行它。

    2024年02月16日
    瀏覽(20)
  • has been compiled by a more recent version of the Java Runtime (class file version 55.0)解決方法

    has been compiled by a more recent version of the Java Runtime (class file version 55.0)解決方法

    Java項(xiàng)目編寫完成后生成jar包,在cmd窗口運(yùn)行時(shí)出現(xiàn)如下異常:Exception in thread \\\"main\\\" java.lang.UnsupportedClassVersionError: com/itbaizhan/travel/TravelApplication has been compiled by a more recent version of the Java Runtime (class file version 55.0),this version of the Java Runtime only recognizes class file versions up to 52.0 造成

    2024年03月15日
    瀏覽(22)
  • 安裝flutter時(shí)遇到:has been compiled by a more recent version of the Java Runtime (class file version 55.0

    安裝flutter時(shí)遇到:has been compiled by a more recent version of the Java Runtime (class file version 55.0

    這個(gè)問題困擾了我一天?? 當(dāng)我試著跟著內(nèi)容提示進(jìn)行授權(quán)認(rèn)證時(shí)? ? Android license status unknown. ? ? ? Run `flutter doctor --android-licenses` to accept the SDK licenses. ? ? ? See https://flutter.dev/docs/get-started/install/macos#android-setup for more details 當(dāng)我輸入了這 \\\' flutter doctor --android-licenses \\\' 時(shí) 遇到

    2024年02月16日
    瀏覽(23)
  • has been compiled by a more recent version of the Java Runtime

    has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 在導(dǎo)入gradle項(xiàng)目時(shí),需要將jdk調(diào)整到對應(yīng)的版本,參考下面的對應(yīng)關(guān)系:

    2024年01月18日
    瀏覽(24)
  • python爬蟲報(bào)錯(cuò):This version of ChromeDriver only supports Chrome version 114

    python爬蟲報(bào)錯(cuò):This version of ChromeDriver only supports Chrome version 114

    使用selenium爬取網(wǎng)頁數(shù)據(jù),一運(yùn)行程序就報(bào)錯(cuò): selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 114 Current browser version is 117.0.5938.149 with binary path C:Program FilesGoogleChromeApplicationchrome.exe 就很奇怪,之前都是沒問題的

    2024年02月06日
    瀏覽(29)
  • Python執(zhí)行selenium報(bào)錯(cuò)This version of ChromeDriver only supports Chrome version 114

    Python執(zhí)行selenium報(bào)錯(cuò)This version of ChromeDriver only supports Chrome version 114

    Python執(zhí)行selenium打開瀏覽器時(shí)報(bào)錯(cuò),如下圖: This version of ChromeDriver only supports Chrome version 114:此版本的ChromeDriver僅支持Chrome版本114。 查閱資料后發(fā)現(xiàn),selenium目前支持的chrome最高版本為114,但是我的瀏覽器由于自動(dòng)更新已經(jīng)到了116版本。 已經(jīng)沒有支持我瀏覽器的chromedriver.exe,

    2024年02月09日
    瀏覽(25)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包