Registry / utility / javahelp

javahelp

JSON →
library2.0.05javamavenunverified

The JavaHelp API provides a platform-independent help framework for Java applications.

<dependency> <groupId>javax.help</groupId> <artifactId>javahelp</artifactId> <version>2.0.05</version> </dependency>
INSTALL
IMPORT
SIG · JAVAHELP
J
javahelp
utilityjavav2.0.05
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HelpSet
javax.help.HelpSet

Load a HelpSet from a URL.

import javax.help.HelpSet; import java.net.URL; public class Example { public static void main(String[] args) throws Exception { URL hsURL = Example.class.getResource("/help/HelpSet.hs"); HelpSet helpSet = new HelpSet(null, hsURL); // display help } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.05latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
javahelp — mvn dependency:get javahelp · libregistry