简体   繁体   中英

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

I created one .chm help file with help of fast-help software but not getting any solution for how to integrate 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

您可以在JSP页面中提供此CHM文件的链接,以便用户下载该文件:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM