2012-04-20 42 views

回答

0

您鏈接的源代碼是針對Eclipse項目的。你可以簡單地將它導入到IDE中。

File->Import->General->Existing Projects Into Workspace 

很明顯,你必須先從網站上下載源代碼。這對我很好:

cd somedir 
svn co http://svn.openstreetmap.org/applications/viewer/jmapviewer/ 

從您下載源的文件夾導入Eclipse。

+0

如果我選擇SVN-> URL:http://svn.openstreetmap.org/applications/viewer/jmapviewer,則表示存在一些驗證錯誤。 – 2012-04-20 22:20:41

+0

你使用的是什麼svn客戶端?如果可以的話,我會建議通過命令行下載。 – Perception 2012-04-20 22:22:10

+0

錯誤消息:SVN:'0x00400006:驗證存儲庫位置'操作完成時出現錯誤:選定的SVN連接器庫不可用或無法加載... – 2012-04-20 22:23:47

2

1)您指出的「jmapviewer」應用程序是Java/Swing程序。它實際上並不是一個「網絡程序」 - 這個源碼恰好適用於網絡。

2)一般情況下,我建議:

a) Check out the complete project source to your filesystem (e.g. over the web, with SVN)

b) Create an Eclipse project of the appropriate type (here, a Java/Swing project)

c) Import the source from your filesystem into the project

3)在這種情況下,但是,它看起來像它的已經 Eclipse項目。

只需從Eclipse導入項目 - 它應該那麼簡單!

+0

「只需從Eclipse導入項目 - 應該就這麼簡單!」。如何一步一步做到這一點? File-> Import-> General-> Existing Projects Into Workspace ...它不允許插入http鏈接 – 2012-04-20 22:22:07