首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

java2chm [Errno 三]: 'index-files/*'

2012-09-21 
java2chm [Errno 3]: index-files/*.*? ? ?最近找到两个能将java API文档打包成chm的小工具,用起来不错,

java2chm [Errno 3]: 'index-files/*.*'

? ? ?最近找到两个能将java API文档打包成chm的小工具,用起来不错,分享一下; 终于结束用浏览器打开API文档,用肉眼不停的搜索类库的历史了. ?

? ? ?1. java2chm?

? ? ?安装之前必须先安装 htmlhelp.exe,然后直接在API文档目录下运行java2chm命令,成功后,即在当前目录下生成*.chm,方便快捷.?

? ? ?刚开始使用时,就报如下错误:

?

? ? ?java2chm [Errno 三]: 'index-files/*'

?

? ? ? 经过多次测试,发现进入目录错误. 在%JAVA_DOC%下是有一个index.html,在%JAVA_DOC%\api下面也有一个index.html, 进入api目录后运行java2chm即可

?

? ? ?2. javadoc2chm?

? ? ? 提供GUI界面,手动选择index.html

? ? ?java2chm [Errno 三]: 'index-files/*'

热点排行