2014-08-31 53 views
-1

我試圖與一個簡單的Java應用程序線程「主要」 Dropbox的應用程序,使用Eclipse,可以從我的電腦文件上傳到Dropbox的,但每當我編譯,我得到這個錯誤:異常與Java的

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/http/client/methods/HttpGet 
    at com.dropbox.client2.RESTUtility.streamRequest(RESTUtility.java:164) 
    at com.dropbox.client2.session.WebAuthSession.setUpToken(WebAuthSession.java:218) 
    at com.dropbox.client2.session.WebAuthSession.getAuthInfo(WebAuthSession.java:158) 
    at com.dropbox.client2.session.WebAuthSession.getAuthInfo(WebAuthSession.java:128) 
    at DropboxAuthTest.main(DropboxAuthTest.java:47) 

你能幫我弄清楚嗎? 預先感謝您。

回答

0

您錯過了一個圖書館。看起來像Apache HttpClient

+0

庫在那裏,我已經加入它了,當我點擊RESTUtility.java時,在我看來「Source not found」,如果我嘗試手動添加源代碼,並再次編譯項目,沒有任何改變。 – user2366658 2014-08-31 21:31:23