Navigation: Introduction > Running > Running from the command line |
![]() ![]() ![]() |
Version 1.0.13 introduced the ability to run HM2JHelp from the command line. In this mode, no graphical user interface is displayed. All messages are written to the console and also to the log file HM2JHelp.log.
This mode may be helpful if you want to automated your build process.
To run the program from the command line, use the following command:
java -jar HM2JHelp.jar sourceFile targetFolder
• | sourceFile should be set to the hhp file that you want to process. |
• | targetFolder should be set to the folder into which to save the JavaHelp. Note that this folder must exist. |
Both the sourceFile and the targetFolder must be included or the program will launch its standard graphical user interface.