Exception in thread “main” java.lang.LinkageError錯誤的解決

來源:互聯網
上載者:User

 在用myeclipse進行調試代碼的時候,我們經常在java檔案中加入main方法來進行調試。那麼有時候會因為包相容的問題引發以下錯誤,導致調試失敗: 
**************************************************************
Exception in thread "main" java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/D:/workspace/A8_Common/webapp/WEB-INF/lib/jaxb-impl.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class)
needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.5.0/docs/guide/standards/) 
**************************************************************
解決辦法如下:首先在main函數中輸出相容包的目錄所在: 
System.out.println(System.getProperty("java.endorsed.dirs")); 
我的路徑為:C:\Program Files\Java\jdk1.6.0\jre\lib\endorsed 
然後到這個目錄的上層(這裡為lib目錄)建立endorsed檔案夾,拷貝檔案jaxb-api.jar到endorsed檔案夾,OK搞定

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.