做一个项目,需要搭建环境。使用sql server 2005,tomcat,eclipse。过程真复杂,碰到些小问题,不过都解决了,还算顺利。
win7下sql server 2005安装:http://ideapad.zol.com.cn/54/160_532192.html,这个教程确实很好。最后一步,我已经安装了studio,所以不再需要studio express。
eclipse安装:装的是官网的,关于J2EE的。
eclipse连接sql server 2005:http://wenku.baidu.com/link?url=PzVUWi1pxJtpZlsHLFSu7gfibmUju3B9VplKm1dUM_bupk5W3-B-B8lVOxd0q3TXhFdobQdVoRpIOjOX8rxuImwpQ2RjpYxiktCt2WC2CtW
JDK安装方法:http://jingyan.baidu.com/article/bea41d435bc695b4c41be648.html
win7安装tomcat:http://www.2cto.com/os/201203/122261.html
安装service.bat install时需要"%JAVA_HOME%" == "D:JDK";"%JRE_HOME%" == "D:jre7"。我用的是tomcat8,所以需要JDK7,也就是为什么需要重装JDK的原因。
eclipse中添加tomcat8:http://jingyan.baidu.com/article/e73e26c0c3b91b24adb6a78c.html