| 发表于:2007-07-06 14:47:016楼 得分:60 |
使用 eclipse,免费绿色软件(jbuilder 不是免费的而且不是绿色的),插件很多,几乎是 java ide 的工业事实标准了。建议再插件安装个 myeclipse(收费软件,可以去找个破解版)。 建议不要下 j2ee,下个 j2se 就够了,再去找些 tomcat、hibernate、spring、struts 等开源框架,下个 mysql,就基本上可以了,而且都是免费的。 下面提供给你一些官方下载链接: jdk 1.5/1.6 —— http://java.sun.com/javase/downloads/index.jsp (需要安装) mysql —— http://dev.mysql.com/downloads/mysql/5.0.html#win32 (安装和绿色两种) mysql gui 工具 —— http://dev.mysql.com/downloads/gui-tools/5.0.html mysql jdbc —— http://dev.mysql.com/downloads/connector/j/5.0.html eclipse —— http://www.eclipse.org/downloads/ (绿色) myeclipse —— http://www.myeclipseide.com/ (含 eclipse,试用期 30 天) tomcat —— http://http://tomcat.apache.org/ (绿色,建议下个 5.5 版本以上的) struts —— http://struts.apache.org/ (绿色,分为 1.x 和 2.x 两种版,架构不一样) spring —— http://www.springframework.org/download hibernate —— http://www.hibernate.org/6.html | | |
|