2016-05-23 527 views
3

嘿,我有一個很大的問題。當我建立我的項目,我得到這個錯誤:Spring Build ContextLoads失敗

com.eurofunk.RaceComApplicationTests > contextLoads FAILED 
    java.lang.IllegalStateException 
     Caused by: org.springframework.beans.factory.BeanCreationException 
      Caused by: org.springframework.beans.BeanInstantiationException 
       Caused by: java.lang.UnsatisfiedLinkError 

請你幫我

+0

您是否正在運行Spark?我也遇到同樣的錯誤 – gudthing

回答

0

一個UnsatisfiedLinkError拋出

if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.

所以這看起來並不像彈簧相關的問題。 它看起來更像是一個JRE的問題,或者一個bean試圖找到一個不存在的本地庫。