opening java help hs file using web start

One concern I have about java help is the ease in which an end user can view a java help file. For windows users, a html help file can be viewed very quickly by opening the .chm file. Is it possible for the java help file to be opened using web start, if the java help file is installed on a web server or on local media such as a cd rom?

[345 byte] By [rlga] at [2007-10-2 4:35:17]
# 1

Adding a help file is fairly easy if you're using JWS + Windows. Make sure you set up a start menu shortcut and then just add the help file as related-content in the information tag.

<information>

....

<related-content href="http://www.blahblah.com/user_manual.html">

<title>Online Help</title>

<description>User manua</description>

</related-content>

</information>

I haven't tried it on anything local, like a cd rom yet, however.

sound_fxa at 2007-7-16 0:07:46 > top of Java-index,Desktop,Deploying...