2021-05-12 14:32:11
Eclipse安裝Spring-tool-suite
2020-06-16 17:24:58
目錄結構:
- 在Eclipse上安裝Spring-tool-suite的方法有那些
- 如何檢視自己的Eclipse版本
- 如何知道自己的Eclipse對應的Spring-tool-suite版本是多少
- Eclipse線上安裝
- 使用Eclipse匯入本地壓縮包安裝
- 常見的問題
在Eclipse上安裝Spring-tool-suite的方法有那些
- 使用Eclipse線上安裝
- 使用Eclipse匯入本地壓縮包安裝
- 手動安裝Spring-tool-suite
如何檢視自己的Eclipse的版本
開啟Eclipse,點選help,
點選About Eclipse,然後點選“Eclipse.org”,最後的找到Eclipse Platform,就可看到自己的Eclipse版本資訊
如何知道自己的Eclipse對應的Spring-tool-suite版本是多少
在Spring官網的下載頁面上可以查到,詳情 :Spring Downloads
Eclipse線上安裝
開啟Eclipse,點選Install New Software,在其中輸入自己在官網查到的對應的版本連結即可。
然後一路next,接受,安裝,重新啟動即可。
使用Eclipse匯入本地壓縮包安裝
在Spring官網下載好對應Eclipse版本的壓縮包,再在install New Software 中點選 Add,將壓縮包新增進去即可,
然後的操作和上面一樣。
常見的問題
第一,出現
Spring Tool Suite (STS) 3.5.0 - org.codehaus.groovy.eclipse is unknown in the solver
或是
Unable to read repository at http://dist.springsource.com/release/TOOLS/
都極有可能是Spring-tool-suite和Eclipse版本不對應導致的。如果版本確認沒問題,讀者可以多嘗試幾種方法。關於錯誤資訊,讀者也可以在工作空間下的“.metadata”下檢視“.log”紀錄檔獲得更具體的情況。
本文永久更新連結地址:http://www.linuxidc.com/Linux/2016-12/138818.htm
相關文章