This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
For example I have Help item in Menu and I would like to invoke .chm file.
Is there possibility to do that automatically in Eclipse ? I am using Eclipse 3.4.2.
Thank You!
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
0
The JavaHelp library is common way to creating help systems in web apps and desktop apps. It can't handle .chm file, though. There's a library called JChm on SourceForge that can read .chm files, just in case that's a requirement.