Questions tagged [javahelp]

JavaHelp is an online help system for Java applications. Note: this tag should NOT be used to ask for general help with Java code if it doesn't relate to this system.

JavaHelp is an online help system for Java applications. It is specified by JCR 97 and a reference implementation is available for download at Java.net.

Oracle Help is a similar help system for Java.

55 questions
0
votes
1 answer

I wnt to run JavaHelp both from IDE and jar file

I have an application (DrawFBP) which has a Help facility. built using JavaHelp. I actually had it working for several years on the Eclipse IDE, but I had never tested it running in the jar file. The Help facility uses a number of html files, and…
Paul Morrison
  • 1,694
  • 3
  • 20
  • 35
0
votes
1 answer

Automatic Generation of a JavaHelp Index File

I just started working with the JavaHelp package. I have done some basic modifying of the Table of Contents and such with no problems. My issue arises in that I have created various new help files (added to an existing project within my dev team)…
Nedloh
  • 381
  • 2
  • 3
  • 14
0
votes
1 answer

JavaHelp: is it possible to load help from a location outside the classpath?

I would like the ability to load javahelp content from a custom location outside the classpath. This location could change during application's life and could be on a shared network device. Unfurtunately, the HelpSet class is expecting a…
Neo
  • 1,337
  • 4
  • 21
  • 50
0
votes
1 answer

JavaHelp does the indexer need the content of the html pages to index?

I have successfully created an online help in my application using JavaHelp. At the first step I have created the example from JavaHelp so I had the typical menu with animal information. In the next step I changed all the hs, xml, and jhm and…
Random
  • 1,105
  • 5
  • 24
  • 37
0
votes
1 answer

Implementing JavaHelp Search with the NetBeans IDE

I have integrated javahelp online documentation into my desktop application with the NetBeans IDE. I have the topic files and the navigation files as well. The javahelp folder was not installed rather bin files copied from the folder were…
CodeAngel
  • 569
  • 1
  • 11
  • 31
0
votes
1 answer

Downloading JavaHelp library

I am developing a desktop application with java swing in NetBeans I want to include an online help into the application by integrating the javahelp library into the system. The meta data for the help set ha been created. but looks like I am…
CodeAngel
  • 569
  • 1
  • 11
  • 31
0
votes
2 answers

JavaHelp system help

I'm creating a JavaHelp for our project and I'm having some issues. JavaHelp uses the following files as a convention : helpset file: MyHelpSet.hs index file: index.xml TOC file (table of contents) : TOC.xml I've been searching around for tools…
Amir Afghani
  • 37,814
  • 16
  • 84
  • 124
0
votes
1 answer

Embedding Swing components in JavaHelp pages in an OSGi environment?

JavaHelp is a library written by Sun that displays HTML help pages in a Swing application. JavaHelp allows embedding Swing components into its HTML pages:
Samad Lotia
  • 723
  • 1
  • 7
  • 14
0
votes
1 answer

bnd wrap on jh.jar (JavaHelp) does not work

I am using bnd wrap, a tool that I have used many times before to convert a normal jar file into an OSGI bundle. I am having trouble with jh.jar from JavaHelp. I only get a warning saying, "1: Superfluous export-package instructions: [com, com.sun,…
smuggledPancakes
  • 9,881
  • 20
  • 74
  • 113
0
votes
0 answers

JavaHelp video viewer

I have added JavaHelp to my web application, but now I need to include videos in the content (html)files. As far as I can read here I need to implement a lightweight component, and I can use the video viewer included in the Java 2 platform, but I am…
Marmoy
  • 8,009
  • 7
  • 46
  • 74
1 2 3
4