开发者

steps to integrate .chm help file into java application (jsp page)

开发者 https://www.devze.com 2023-01-15 09:03 出处:网络
I created one .chm help file with help of fast-help software but not getting any solution for how to integrate 开发者_StackOverflow中文版that in my web project I created in java using JSP and Servlets

I created one .chm help file with help of fast-help software but not getting any solution for how to integrate 开发者_StackOverflow中文版that in my web project I created in java using JSP and Servlets in Eclipse IDE.

So,please help me out


You can try following tool to create help file in CHM format.

http://www.helpndoc.com


You could provide a link to this CHM file in your JSP page so that the user can download it:

<a href="/help.chm">Download Help File</a>
0

精彩评论

暂无评论...
验证码 换一张
取 消