views:

230

answers:

3

I'm working on an application written in Java.
I want to allow the user to read the "Help" of the application.

I'm basically looking for a Java free open-source equivalent for Microsoft chm. I'd like it to have support for "Find" and tree-like structures.

I am willing to write one component myself but I was wondering if existent alternatives already existed before attempting to reinvent the wheel...

Are there any options available?

+5  A: 

Take a look at JavaHelp, defined by JSR 97.

Brandon E Taylor
A: 

Ever heard of JavaHelp? I hear its good!

BakerTheHacker
A: 

Have you had a look at http://www.pdfhelp.org which offers a free PDF based alternative?

mark stephens