Tweet |
|
今天的任務要把別人建的專案 (非eclipse 所建) 匯入 eclipse 編輯
參考網路上文章的解法,大致將專案匯進去到可編輯的程度
這邊分享我的做法
STEP 1:Open a new Java project
Step2:type the project name
Step 3:import existing files
Step4:選擇File system
Step 5:選擇原本的專案資料夾,並記得勾選後按 Finish
Step 6:成功匯入
不過這裡只能算把檔案匯進專案當中
還要解決很多路徑的問題才能夠 compile ~
參考資料
http://stackoverflow.com/questions/8611196/how-do-i-import-an-existing-directory-into-eclipse
