处理问题描述:现在我有个javaweb项目,需要在portal上面点击help即可打开“帮助.chm”文件;
当前搜索百度没有类似案例,自己想了个办法,通过jsp实现:
jsp主界面文件
<a href="#">帮助</a>
openYACShelp.jsp文件
<%String ch1="http://www.vevb.com/";String ch2="//";String contextPath = System.getProperty("user.dir");String helpFilePath = contextPath + "/yacs/帮助.chm";Runtime.getRuntime().exec("hh.exe "+helpFilePath.replaceAll(ch1,ch2)); %>
新闻热点
疑难解答