Use myeclipse to generate the javadoc document
Step 1: Use myeclipse to produce javadoc documents:
1. Select File-> export-> Javadoc and click Next.
2. javadoc comandselect javadoc.exe under the BINLOG of JDK. Select the source code to be generated and the path to which javadoc is saved, and click Next.
3. Enter the title of document title and click Next.
4. Extra javadoc options Input
If an Encoding Error occurs, enter the following sentence:
For example, the project uses the code of the UTF-8 to fill in:
-Encoding UTF-8-charset UTF-8
It will be generated under E: \ doc
Step 2: Use jd2chm.exe to convert javadoc to CHM (you need to download it online firstHtmlhelp.exe,Jd2chm.exe)
1.install htmlhelp.exe first
2.place jd2chm.exe in the javadoc directory e: \ doc
Double-click jd2chm.exe.exe and run jd2chm.exe in the command line. Enter the corresponding title to generate a CHM.