由struts原始碼生成幫助文件

勸君更盡一杯酒發表於2013-10-17

1. 新建一個java project

2.將struts-2.3.15.2-all\struts-2.3.15.2\src\core\src\main\java下的org包複製到src下

3.右鍵專案-----buildpath----configure build path

 

匯入struts-2.3.15.2-all\struts-2.3.15.2\lib下的所有jar包,除了struts-core

 

4.匯入jsp-api.jar,servlet-api.jar,在tomcat/lib目錄下

 

5.選擇專案-----project-----Generate javadoc

 

 

 

6.使用jd2chm.exe工具生成chm格式文件,先安裝htmlhelp.exe

http://download.csdn.net/detail/fjseryi/6415349

 

 

 

struts2.3.15  chm :http://download.csdn.net/detail/fjseryi/6415421

 

相關文章