The JavaHelp system is an online help system that developers can use to

add online help to their Java platform applications. The JavaHelp system
is both a JCP specification (JSR 97) and a reference implementation of
that specification. The JavaHelp system open source project includes the
source to the reference implementation.

WWW: https://javahelp.dev.java.net/

PR:		ports/143858
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net>
Feature safe:	yes
This commit is contained in:
Wen Heping
2010-02-23 09:49:48 +00:00
parent a6d3b4db20
commit f182cf669e
5 changed files with 601 additions and 0 deletions

7
java/javahelp/pkg-descr Normal file
View File

@@ -0,0 +1,7 @@
The JavaHelp system is an online help system that developers can use to
add online help to their Java platform applications. The JavaHelp system
is both a JCP specification (JSR 97) and a reference implementation of
that specification. The JavaHelp system open source project includes the
source to the reference implementation.
WWW: https://javahelp.dev.java.net/