Dishaa wrote: > > I have a Professional Edition - Evaluation copy. When I try to Convert > the XML file as JavaHelp, I am encountering the following error: > > Command execution as failed. > Don't find a helper application which can open > "application/x-java-help-index" files. > > The required helper application may be specified using the Options > dialog box. > > Which is this helper application. If this is one of the addon's > available, I was not able to figure out which one. Can you let me know > how to fix this error? >
--> If you convert XML to JavaHelp, you need to have the JavaHelp toolkit installed on your computer. And this JavaHelp toolkit is not part of any add-on. Please get it from: http://java.sun.com/products/javahelp/ Similarly, if you convert XML to HTMLHelp, you need to have Microsoft's HTMLHelp toolkit installed on your computer. This explained here http://www.xmlmind.com/xmleditor/_distrib/doc/docbook/docbook_menu.html#docbook_convert_menu --> Let's suppose you have downloaded and installed the JavaHelp toolkit in "C:\jh". Now, please use menu item Options|Preferences. Select the "Helper Applications" section. Click on button "Add". In text field "MIME type", please type application/x-java-help-index In text field "Helper application", please use the "Browse" button to choose something like C:\jh\javahelp\bin\jhindexer.bat (The "Browse" button will add the proper quotes, the proper "%F" argument, etc.) Click OK twice and now convert an XML document to JavaHelp. This will produce a ready-to-deploy, indexed, .jar JavaHelp file.

