Failed to read candidate component class: 的解決辦法
今天從SVN匯入一個新專案之後,啟動之後出現了所下圖所示的問題:
網上搜了一下是JDK版本高了,因為專案中使用的是Spring 3,而我本地安裝的是JDK 8,因此產生了相容性的問題。(spring 3相容jdk 7, spring 4相容jdk 8)然後如下圖設定一下即可
問題解決。
但是有一個地方需要注意一下: 如果上圖java compiler改成了1.7,那麼project facets中也一定要改成1.7,
如下圖:
否則就會出現程式可以啟動,但是專案圖示會顯示一個紅色小叉號,看著很不爽。而在java build path中的jre
版本和本地安裝的版本保持一致即可,如果強行改成1.7可能會有其他問題出現。。
總結:不管是開發工具也好,各種框架或者類庫也好,能用新版本就不要用老版本。
相關推薦
Failed to read candidate component class: 的解決辦法
今天從SVN匯入一個新專案之後,啟動之後出現了所下圖所示的問題: 網上搜了一下是JDK版本高了,因為專案中使用的是Spring 3,而我本地安裝的是JDK 8,因此產生了相容性的問題。(sprin
Failed to read candidate component class:異常解決
最近開發SpringMVC專案,啟動tomcat伺服器後報錯: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class:
Failed to read candidate component class: URL [];
異常異常信息: Failed to read candidate component class: URL []; nested exception is java.lang.IllegalArgumentException 異常原因: 版本問題:spring 3.2 不支持 jdk 1.8 編譯環境。
BeanDefinitionStoreException Failed to read candidate component class
up vote down vote favoriteCan someone tell me how to solve this issue?
Failed to read candidate component class:錯誤
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [D:\Software\java\apache-tomcat-8.0.49\
exception:Failed to read candidate component class: file
轉載:https://blog.csdn.net/qq_25108521/article/details/60960560 exception:Failed to read candidate component class: file org.springframew
Failed to read candidate component class錯誤分析
錯誤資訊:- JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning - Context initialization failed org.springframewo
關於用stream API報Failed to read candidate component class:xxx的錯
最近開發由於用了遇到一個很奇怪的錯, org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [E:\Ja
Spring報錯 Failed to read candidate component class: file Caused by: java.lang.IncompatibleClassChange
今天寫一個SpringMVC的小例子,遇到一個很怪異的問題。 先說說開發環境:IDEA+SpringMVC+Gradle 先看看我的build.gradle檔案引入的包: dependencies { testCompile group
SSH 整合的時候遇到的問題 Failed to read candidate component class
專案背景介紹:這個專案的 Spring 是 3 這個版本的,我把專案的放在 Java8 和 tomcat8 和 動態 Web 是 3.1 版本下執行,就會報下面的錯誤。 [org.springframework.web.context.ContextLoad
添加頭文件的報錯failed to emit precompiled header 的解決辦法
settings stack ons arch recursive log 頭文件 ear mpi 在buildsetting中的以下兩個路徑中添加對應的設置,重現編譯即可解決,stackoverflow地址:點擊 Solution:1 I added $(inherite
【常用積累】xml檔案中,出現Failed to read schema document問題解決
專案匯入到新的環境或者開發工具當中時,有時xml檔案出現了Failed to read ***.xsd檔案的錯誤,這種宣告類檔案,通常在解析xml檔案過程中,按順序載入。載入過程中,根據xml檔案給定的url路徑,進行下載。但這種xsd宣告檔案,並不都是從網上下載的,
64位Windows7環境下,Eclipse整合svn後出現Failed to load JavaHL Library的解決辦法
昨晚幫同事在64位Windows7作業系統中給Eclipse安裝了SVN外掛,外掛安裝好以後每次啟動Eclipse或在Eclipse中建立專案時總會出現如下彈出窗:Failed to load JavaHL Library. These are the err
java開發工具IntelliJ或eclipse中maven專案pom檔案錯誤failed to read artifact descriptor for xx.jar問題解決辦法
下載安裝好開發軟體之後,IntelliJ會自動對maven外掛進行配置,file-setting 輸入maven可檢視到配置資訊: pom檔案的編寫過程會出現project錯誤, 第一種想法:在第一張圖中home directory 和 setting file 第二種方法:
Failed to read artifact descriptor for xxx:jar 的Maven項目jar包依賴配置的問題解決
描述 tin ava 打開 文件 我們 記事本 last .com 在開發的過程中,尤其是新手,我們經常遇到Maven下載依賴jar包的問題,也就是遇到“Failed to read artifact descriptor for xxx:jar”的
maven報Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6的解決方案
man 一個 art enc resources osi pre read 是我 上面截圖是我在新建maven項目的時候報錯信息提示,我是這麽解決的 1.在pom.xml文件中加入maven-resources-plugin配置 <dependency>
Maven: Failed to read artifact descriptor 解決
今天在學習springboot的時候,pom.xml檔案裡的內容,是從別的地方完全copy過來的,但是在專案裡始終報錯。 網上查了下,在終端裡執行 mvn -U clean install 就解決了問題了。 -U Forces a check for updated
ORA-28547: connection to server failed, probable Oracle Net admin error解決辦法
listener.ora是伺服器端的配置oracle的檔案。 後來將listener.ora的這一行 :(PROGRAM = extproc) 註釋掉,就行了 修改為: SID_LIST_LISTENER = (SID_LIST = (SID_DESC = &nb
Spring如何載入XSD檔案(org.xml.sax.SAXParseException: Failed to read schema document錯誤的解決方法)
有時候你會發現過去一直啟動正常的系統,某天啟動時會報出形如下面的錯誤: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://www.spr
Failed to read schema document 'http://code.alibabatech.com/schema/dubbo/dubbo.xsd'問題解決方法
我們公司使了阿里的dubbo,但是阿里的開源網站http://code.alibabatech.com,掛掉有好幾個月了,為什麼我們的應用啟動沒有問題? 我們的應用的Spring配置檔案裡有類似的配置: <?xml version="1.0" encoding