MyEclipse中查看struts_spring_hibernate源码
Posted Everglow
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MyEclipse中查看struts_spring_hibernate源码相关的知识,希望对你有一定的参考价值。
1.spring查看源码
首先下载对应的源码包 如:spring-framework-2.5.6-with-dependencies.zip
打开spring-framework-2.5.6\dist\spring-sources.jar 即为源码包,将其添加到Source attachment中
右键点击项目,选择Build Path-->Configure Build Path 点击"Edit"按钮添加该源码包即可
附下载地址:http://www.springsource.org/download/
2.struts查看源码
首先下载struts2源码 如:struts-2.3.7-src.zip
然后右键点击项目,选择Build Path-->Configure Build Path 点击"Edit"按钮直接选择该zip文件即可。
附下载地址: http://struts.apache.org/download.cgi
3. hibernate查看源码
首先下载hibernate源码 如:hibernate-distribution-3.6.10.Final-dist.zip
然后右键点击项目,选择Build Path-->ConfigureBuild Path 点击"Edit"按钮直接选择该zip文件即可。
附下载地址:
http://sourceforge.net/projects/hibernate/files/hibernate3/3.6.10.Final/
以上是关于MyEclipse中查看struts_spring_hibernate源码的主要内容,如果未能解决你的问题,请参考以下文章
myeclipse中如果见一个包,包中没有java文件那个包就被隐藏了,即使有其他文件如xml文件也不能查看