Eclipse中Web開發需要用的一些外掛的安裝方法

Terence_Jing發表於2016-12-02

前話

eclipse官方網站上下載的標準版Eclipse是沒有web開發環境的,為了能夠進行web開發,需要安裝一些外掛。web開發需要的外掛有

1 EMF: Downloads | Project home    

2 GEF - Graphical Editor Framework: Downloads | Project home      

3 VE - Visual Editor: Downloads | Project home      Eclipse Web Tools Platform Project    

4 J2EE Standard Tools: Downloads | Project home    

5 WST - Web Standards Tools: Downloads | Project home

以下外掛均通過Eclipse的更新管理器來安裝。 


EMF外掛的安裝

1) 在Eclipse的主選單,點選help,選擇Install New Software。 

2) 在開啟的Available Software視窗中的Work with項選擇 
Galileo - http://download.eclipse.org/releases/galileo 

展開Modeling這項,如下進行選擇,選好之後,點選next 

然後,一路next,遇到認證的話選擇I accept...直到安裝結束。安裝結束時,會提醒您是否需要重新啟動Eclipse

GEF外掛的安裝

與EMF外掛安裝類似,在Eclipse的主選單,點選help,選擇Install New Software

在Available Software視窗中的Work with項選擇Available Software視窗中的Work with項選擇

Galileo - http://download.eclipse.org/releases/galileo 
展開Modeling這項,選擇 Graphical Modeling Framework SDK 這項,next、finish、reset。


WTP外掛的安裝

點選help,選擇Install New Software

在Available Software視窗中的Work with項選擇Available Software視窗中的Work with項選擇

http://download.eclipse.org/releases/indigo/

在Web、XML、Java EE and OSGi Enterprise Development 選項中選擇 WST Server Adapters選項

一直next,然後finish,重新啟動


Java EE tool和Web tool安裝

點選help,選擇Install New Software

在Available Software視窗中的Work with項選擇Available Software視窗中的Work with項選擇

Galileo - http://download.eclipse.org/releases/galileo 
展開Web、XML、 and Java EE Enterprise Development這項,選擇Eclipse Java EE Developer Tools和Eclipse WebDeveloper Tools 這這兩項,next、finish、reset。

(原文參考地址:http://blog.csdn.net/icing9520/article/details/17162423)


實在搞不明白就用這個

Help—>Install New Software-Add
Name:Juno
Location:http://download.eclipse.org/releases/juno 
用上述這個辦法需要等待很長時間,慢慢等,安裝之後的東西比較全。

相關文章