JDK 1.5 doc CHM coming!
I have set up one plan to give you javadoc_api chm up to the minute !
See the URL : http://dev.trueice.net/project/javadoc_chm/
English Introduce
"chm" type is the best convenient document type for developers to look over technique documents on MSWindows platform.
One chm type javadoc api document is more convenient than html documents : you can gather your data in one file with many functions : Hierarchy directory, index , full text search , bookmark.
I wrote one tool to do these things on today afternoon when jsdk1.5 released! It's name is " html2chm" , It is a java based tool for converting any structual directory with html documents into chm. we can use it to convert pure javadoc into chm , convert JDK doc into chm , any html documents into chm.
Why did I make it?
many fellows(include me) were used to Franck's chm(http://www.confluent.fr/javadoc/tutoriale.html) , but it's not up to the minute , only several documents (jdk ..?) , guide directory is jumbled and without com.sun.* api in jdk.
Java third party lib's api documents are so jillion, where we can get their chms? then many fellows were used to JDoc2chm, but it's commercial and directory structure is flat.
So I made this tool to make my ideal javadoc chm.
Reason 1 : I determine to give out javadoc api(sun's and third part's) chm up to the minute.
Reason 2 : JDK and JDK addition(com.sun.*).
Reason 3 : One highlight ?Live API" : it can give you one live java API show by distinguishing things with icon. I think you will love it after using :-)
doc package class field interface enum exception error annotation construct method
Note: Only j2sdk and j2ee 's chm documents are NOT with "Live API" . because they're so big and the speed problem.

