標籤:
1.Jdk+eclipse
jdk-7windows-x64.zip:
解壓配置環境變數
JAVA_HOME=C:\Program Files\Java\jdk1.7.0_07
CLASSPATH=.;%JAVA_HOME%\bin;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar
path=.;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;
eclipse-jee-mars-R-win32-x86_64:
解壓即可
2.tomcat+jetty+jboss
apache-tomcat-7.0.63-windows-x64.zip:
解壓配置環境變數
CATALINA_BASE=D:\tomcat-7
CATALINA_HOME=D:\tomcat-7
開啟PATH,添加變數值:%CATALINA_HOME%\lib;%CATALINA_HOME%\bin
jetty-distribution-8.1.9.v20130131.zip:
解壓配置環境變數
JETTY_HOME=D:\jetty-9
開啟PATH,添加變數值:%JETTY_HOME%\bin
jboss-4.2.2.GA.zip:
解壓配置環境變數
JBOSS_HOME=D:\jboss-4.2.2.GA
開啟PATH,添加變數值:%JBOSS_HOME%\bin
3.maven+mysql+Navicat
apache-maven-2.2.1-bin.zip:
解壓配置環境變數:
MAVEN_HOME=D:\maven
開啟PATH,添加變數值:%MAVEN_HOME%\bin
驗證:mvn -v
mysql-5.6.25-winx64.zip:
解壓配置環境變數:
MYSQL_HOME=D:\mysql
開啟PATH,添加變數值:%MYSQL_HOME%\bin
註冊系統服務:
在%MYSQL_HOME%\bin目錄下執行:mysqld install MySQL --defaults-file="D:\mysql\my.ini"
啟動: net start MySQL
停止: net stop MySQL
卸載: sc delete MySQL
Navicat_Premium_11.0.10.zip:
解壓後執行Navicat_Premium_11.0.10.exe 然後將補丁在安裝目錄進行覆蓋
4.TortoiseSVN+Tortoisegit
TortoiseSVN-1.8.11.26392-x64-svn-1.8.13.exe Tortoisegit.exe 直接執行即可
5.常用外掛程式安裝
findbugs,使用eclipse的Install New Software功能直接安裝,更新地址:http://findbugs.cs.umd.edu/eclipse/
svn外掛程式,使用eclipse的Install New Software功能直接安裝,更新地址:http://subclipse.tigris.org/update_1.6.x,http://tools.taobao.net/file/eclipsePlugin/eclipse/94/update_site
velocity外掛程式,使用eclipse的Install New Software功能直接安裝,更新地址:http://veloeclipse.googlecode.com/svn/trunk/update/ eclipse(luna版本)安裝velocity外掛程式指南:http://www.atatech.org/articles/23277
codereview的外掛程式tala,更新地址:http://tools.taobao.net/file/eclipsePlugin/eclipse/88/update_site。外掛程式使用指南:http://b2b-doc.alibaba-inc.com/pages/viewpage.action?pageId=53181292 或離線安裝:下載tala.zip後將features目錄和plugins目錄下的檔案複製到eclipse相應的目錄下
單元測試外掛程式,jtester 更新地址:http://tools.taobao.net/file/eclipsePlugin/eclipse/147/update_site, testNG外掛程式更新地址:http://beust.com/eclipse-old/eclipse-5.14.0.1 不能用最新版本的testNG,因為目前的jtester外掛程式只支援低版本的
hsf jetty外掛程式:http://tools.taobao.net/site/store/product_detail.htm?product_id=65
springExt外掛程式:使用eclipse的Install New Software功能直接安裝,更新地址:http://openwebx.org/updatesite,http://tools.taobao.net/file/eclipsePlugin/eclipse/53/update_site
Jeju easyWeb外掛程式:http://tools.taobao.net/file/eclipsePlugin/eclipse/308/update_site
單元測試覆蓋率外掛程式EclEmma,更新地址:http://update.eclemma.org/
veloeclipse 外掛程式: http://tools.taobao.net/file/eclipsePlugin/eclipse/120/update_site/
antx:http://plugin.dev.taobao.net/antxprops/
spring IDE for eclipse:http://dist.springframework.org/release/IDE
m2eclipse:http://download.eclipse.org/technology/m2e/milestones/1.0
其他一些外掛程式,可以在這裡擷取:http://tools.taobao.net/site/
6.其他常用工具
SecureCRT/putty遠端存取linux的工具
文字編輯器Notepad++
建模工具:StarUML
- 思維導圖:freemind、xmind
- 專案管理工具: openProj
Java Web開發環境配置