CHM File handling

How to search for a query in chm file using java? Is there any free API's available for handling chm files in java?

[123 byte] By [Shynihana] at [2007-11-27 11:33:22]
# 1

it's a file like any other, so handling it is like handling any other file.

Classes to do that are built into the core distribution.

If you mean you want to actually display the content of a CHM file, you'll have to look around.

Possibly someone has created something you can use. If not, feel free to create something yourself and donate it to the community.

jwentinga at 2007-7-29 16:50:53 > top of Java-index,Java Essentials,Java Programming...
# 2

wat i want is to display search content from a chm file, can u suggest anything regarding dis?

Shynihana at 2007-7-29 16:50:53 > top of Java-index,Java Essentials,Java Programming...
# 3

> wat i want is to display search content from a chm

> file, can u suggest anything regarding dis?

.NET?

cotton.ma at 2007-7-29 16:50:53 > top of Java-index,Java Essentials,Java Programming...
# 4

in java

Shynihana at 2007-7-29 16:50:53 > top of Java-index,Java Essentials,Java Programming...
# 5

as I said, write it...

jwentinga at 2007-7-29 16:50:53 > top of Java-index,Java Essentials,Java Programming...