Eclipse4.6(neno)配置Tomcat插件的兩種方式
!!不能在Eclipse4.6中使用的插件網站http://www.eclipsetotale.com/tomcatPlugin.html
!!
預告: 1》手動安裝tomcat插件 2》在線自動安裝tomcat插件 ————————————————————————————————————
1》手動安裝tomcat插件 首先下載net.sf.eclipse.tomcat_9.0.1.jar
分享資源:CSDN下載鏈接
1.將該文件放入Eclipse4.6/plugins中
2.將Eclipse4.6/configuration/org.eclipse.update刪除
3.以管理員身份運行命令行 打開Eclipse4.6文件夾(使用命令「cd 文件夾路徑」) 輸入「eclipse -clean」
4.等待程序啟動後就能看到親愛的小圖標了
手動方式僅針對於在線安裝時網路質量差,無法安裝的情況,建議還是自動安裝的好。 手動安裝的其他方式參見——百度「手動安裝Eclipse插件」 ————————————————————————————————————
2》在線安裝tomcat插件 1.首先安利資源網站: http://marketplace.eclipse.org/content/eclipse-tomcat-plugin 點擊下載圖標後複製框框中的網址:http://tomcatplugin.sf.NET/update
2.打開Eclipse -> Help -> Install New Software 並在「work with」輸入框內粘貼剛剛複製的網址並回車
3.如果你的網路足夠堅挺就看到「Tomcat Plugin」 之後點 「Next」並且同意協議後就可一鍵安裝了 效果同第一個的效果。
我承認,上面這張圖是我偷的,因為我的網路不夠堅挺,會報如下錯誤:
Unable to read repository at http://tomcatplugin.sf.net/update/content.xml.Unable to read repository at http://tomcatplugin.sf.net/update/content.xml.Received fatal alert: handshake_failure
推薦閱讀:
※Eclipse和tomcat的配置-實用篇
※有哪些適合編程的windows平板?要流暢運行編譯器/IDE的,別太貴,surface pro就太任性了。?
※都說 IntelliJ 比 Eclipse 好用,那麼 IntelliJ 有哪些好用的技巧?
※Xcode 和 Android Studio,Eclipse等安卓開發工具比怎麼樣?
※eclipse如何快速新建一個Activity?