myeclipse中导入struts2.1.6的源文件

在使用struts2开发和学习的过程中,我们都应该知道实时查看源码的重要性,以下笔记是使用myeclipse6.5导入struts2.1.6源文件的过程
首先到 http://struts.apache.org/download.cgi#struts216下载 struts-2.1.6-src.zip显示有20MB其实就4MB
在使用使用struts2中需要使用xwork,xwork的源文件需要单独下载, http://www.opensymphony.com/xwork/download.action
点击 All: Contains all jars, libs, sources and docs
本人是新手对Maven不了解。
这个xwork是all-in-one的包,将里面的 xwork-2.1.2-sources.jar拿出来。

接下来就是Myeclipse导入这些源码了。
选择你的项目右键Properties--》java build path --》选择struts-core-2.1.6.jar
点击jar文件前面的小三角符号--》Source Attacment--》Edit--》External File --》选择刚才下载的 struts-2.1.6-src.zip即可
xwork-2.1.2.jar源文件的导入一样,在此不多废话,已经很详细了。

你可能感兴趣的:(apache,maven,MyEclipse,struts,cgi)