歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Eclipse安裝Spring-tool-suite

Eclipse安裝Spring-tool-suite

日期:2017/2/28 13:45:29   编辑:Linux教程

目錄結構:

  1. 在Eclipse上安裝Spring-tool-suite的方法有那些
  2. 如何查看自己的Eclipse版本
  3. 如何知道自己的Eclipse對應的Spring-tool-suite版本是多少
  4. Eclipse線上安裝
  5. 使用Eclipse導入本地壓縮包安裝
  6. 常見的問題

在Eclipse上安裝Spring-tool-suite的方法有那些

  1. 使用Eclipse線上安裝
  2. 使用Eclipse導入本地壓縮包安裝
  3. 手動安裝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”日志獲得更具體的情況。

Copyright © Linux教程網 All Rights Reserved