Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
131 views

I am a beginner to using discord.js and cannot figure out why my bot isn't replying with a message whenever I send one on the server it's on. Discord says it's online and "Logged in!" comes ...
cressa's user avatar
  • 1
0 votes
1 answer
128 views

When from within Eclipse I try to open Javadoc in a browser, using the button "Open attached Javadoc in a browser" in the pop-up Javadoc window, for example, for JAssert that is in the local ...
m. vokhm's user avatar
  • 699
1 vote
2 answers
377 views

so the question basically says to Use a for loop to add 10 Circles to the ArrayList each with a random radius in the range of 2-5 and Print a table of all of the Circles in the ArrayList. You can use ...
Rambo2022's user avatar
0 votes
1 answer
878 views

So I’m trying to write a Java program that displays 3 employees gross pay factoring in overtime pay. I was able to make a program with a while loop but am confused as to get this to print for each ...
Rose's user avatar
  • 11
3 votes
0 answers
587 views

While reviewing old Java project code, which relied on JavaHelp Java API to provide help functionality, it was unclear what the current status of this API is. The Java Help API spec is defined as part ...
ebresie's user avatar
  • 128
0 votes
0 answers
99 views

So I have a app that is supposed to read and write data to googles firebase and its been working well for the past few years. However a few days ago I wanted to update the app again so I finished my ...
Steven Kollar's user avatar
1 vote
0 answers
148 views

I have used JavaHelp with swing and I could do try { URL helpURL = this.getClass().getResource("/help/help.hs"); HelpSet helpset = new HelpSet(null, helpURL); ...
Kevin's user avatar
  • 41
0 votes
1 answer
101 views

I am new to java. I am trying to create two SQL codes to create a table in Java DB (I am using NetBeans 12.5). I set it up how I thought it should be set up but I am still getting an error. CREATE ...
sarb's user avatar
  • 1
0 votes
2 answers
288 views

I have a task to create a program using only for loop and math functions that input N amount of cars and each iteration gets the time it took the car to reach the end, the final output needs to be the ...
fun's user avatar
  • 11
0 votes
0 answers
27 views

I think I have understood what a subclass and a superclass are, but I am having issues with creating them inside a Java file: do I have to create e new project for every class? Let's say I have two ...
Elisa Arcosti's user avatar
2 votes
1 answer
131 views

I'm trying to post api.discogs.com/marketplace/listings?... in java. When I try to make a newlisting post, the result is "returned a response status of 422 null". "422 Unprocessable ...
Vildanb's user avatar
  • 21
0 votes
1 answer
110 views

I know that the JavaHelp HTML rendering is known to be poor/outdated but I would like to know if there is a workaround exists to fix the following problem. The following HTML fragment <html> ...
Stéphane Mottelet's user avatar
0 votes
2 answers
63 views

I am trying to access text files in Java, however, I don't know how to do to that and apply it to a 2D array. I have done it before for a String in a pig latin coding assignminet e.x : public ...
samiya m's user avatar
0 votes
1 answer
133 views

In my program, I'm using javahelp with helpbroker: all the swing components of the window are automatically generated and positioned. I would like custom the helpbroker to add a button bar at the ...
Skartt's user avatar
  • 601
0 votes
0 answers
490 views

I want to make a help section for my JavaFX program. I know for Swing there is JavaHelp, which allows you to design your help system using HTML files and it generates an index, table of contents and a ...
fergaral's user avatar
  • 2,117
0 votes
0 answers
381 views

I need to generate a help system for my application using the JavaHelp package. I have downloaded the project from the github repository and I have compiled it both with the GNU make tool and with ...
Sergio Sánchez's user avatar
0 votes
1 answer
232 views

I transferred an existing docbook project from ANT (using dopus framework) to the docbkx-maven-plugin. After some troubles I got the output right, but the performance is very slow. The processing took ...
Jens Popp's user avatar
  • 149
0 votes
1 answer
76 views

I am using Javahelp and dynamically merging multiple helpsets. Does anyone know what the relative URL would be if I want to create a link from a page in a subhelpset to a page in the master helpset?
Michael's user avatar
  • 161
0 votes
1 answer
433 views

I'm working with a standalone java program that uses the javahelp system for the help files. The program has a bunch of built-in 'modules' that the user can select at runtime to perform various ...
Michael's user avatar
  • 161
0 votes
1 answer
65 views

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. ...
Paul Morrison's user avatar
2 votes
0 answers
759 views

I have a problem with the full text search database generation in javaHelp. In order to generate the db I have to execute a command from a batch file: java -cp jhall.jar com.sun.java.help.search....
Neo's user avatar
  • 1,387
0 votes
1 answer
215 views

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. ...
Neo's user avatar
  • 1,387
0 votes
1 answer
208 views

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 ...
Random's user avatar
  • 1,125
1 vote
0 answers
69 views

This is an issue that I have been running into for months and have been unable to solve it. We have continued to develop our JavaHelp; however, we are at a point where this needs to be fixed and I am ...
Metal Wing's user avatar
  • 1,215
2 votes
0 answers
584 views

Am using JavaHelp with a java desktop application. The application is developed with the NetBeans 7 IDE and pc with Windows 7 OS. I have the topic files created as HTML files , helpset and the ...
CodeAngel's user avatar
  • 579
0 votes
1 answer
895 views

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 ...
CodeAngel's user avatar
  • 579
0 votes
1 answer
2k views

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 ...
CodeAngel's user avatar
  • 579
3 votes
1 answer
1k views

I have a Java application for Windows, to which I would like to add a help system. I have heard about Java help system but I don't have much idea on that and I would like to have to some guidelines ...
dileepVikram's user avatar
1 vote
1 answer
346 views

In my app I am dynamically loading the jhall file for JavaHelp, so my code uses reflection. The weird thing is that it works fine for the first call, and my JavaHelp screens show up fine, with all ...
Paul Morrison's user avatar
1 vote
0 answers
183 views

My goal is to launch a NetBeans platform application without showing the main window. I know its possible and have done so succeessfully by following this tutorial: http://java.dzone.com/news/how-...
Metal Wing's user avatar
  • 1,215
2 votes
0 answers
607 views

I want to integrate Oracle Help for Java (ohj) in my Java Swing application to show its components in my custom window. Any ideas? I think there is no source code on the web.
Tex'N'Duet's user avatar
3 votes
1 answer
206 views

I need help on JavaHelp. The context-sensitive help offers, window-level, field-level (as in passing the component). But i need to activate the JavaHelp when user press the HelpKey F1 or JavaHelp ...
Noor Aznimah Abdul Aziz's user avatar
0 votes
1 answer
218 views

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: <html> <object classid="java:javax....
Samad Lotia's user avatar
0 votes
1 answer
348 views

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: ...
smuggledPancakes's user avatar
2 votes
1 answer
4k views

The shorter top section of this post is what I'm trying to do. The second portion is what's been done so far. It's really long, but you should be able to see what I'm doing from the top piece here. ...
kevingreen's user avatar
  • 1,551
4 votes
2 answers
4k views

I'm trying to integrate searchable help into my Java (Swing) application. I'm using docbook right now to generate pdf help, and I know it can generate JavaHelp. I think the default viewer for JavaHelp ...
Jeff Storey's user avatar
  • 57.4k
1 vote
1 answer
765 views

I created one class (javahelp) in my project, for getting java help file as when I'm clicking a help content (menu item). I updated installed javahelp-2.0_05 in directory C:\Program Files\javahelp-2....
javasi's user avatar
  • 25
4 votes
1 answer
728 views

I'm moving an application from using javax.help's browser to the user's desktop web browser, but I'm wondering how to prevent the user from winding up with many windows/tabs open as they click to ...
Joshua Goldberg's user avatar
1 vote
2 answers
1k views

I'm trying to include JavaHelp inside my application developed under Eclipse. I did the following things: Download and extract the JavaHelp library in a sub-folder of my project workspace. Added the ...
Heisenbug's user avatar
  • 39.3k
0 votes
2 answers
181 views

I'm trying to automate JavaHelp generation from a book (HTML) already on the web to bundle as a NetBeans module. Is there a way to automate the conversion into JavaHelp format?
javydreamercsw's user avatar
8 votes
2 answers
483 views

I'm creating some help content for an application (built on NetBeans), and thought it would be useful in some cases to be able do show a tutorial video within the JavaHelp or have a link to open a ...
bjarven's user avatar
  • 801
1 vote
2 answers
843 views

How can I set the JFrame Icon (top left of the outer JFrame) of the JavaHelp Window. I know how to set the category and topic Images (toc.xml), but I don't succceed in setting the JFrame Icon. I ...
Bruno Ranschaert's user avatar
0 votes
2 answers
1k views

I'm trying to integrate JavaHelp system inside my project developped using Eclipse. I have the following code extracted from an example: private HelpSet getHelpSet(String helpsetfile) { ...
Heisenbug's user avatar
  • 39.3k
4 votes
2 answers
339 views

Since the Sun->Oracle transition, the search for java-documentation has been a mess. I'm looking to find the official JSR-97 specs: http://jcp.org/aboutJava/communityprocess/final/jsr097/index.html ...
Roalt's user avatar
  • 8,480
2 votes
2 answers
640 views

I wrote an XML parser for JavaHelp's toc.xml file in order to intercept some attributes I use in the tocitem tag that are ignored by JavaHelp. Here's what toc.xml looks like: <?xml version='1.0' ...
Samad Lotia's user avatar
0 votes
1 answer
268 views

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 (...
Nedloh's user avatar
  • 401
2 votes
2 answers
763 views

When I use HelpBroker.setCurrentID("[some help id]"), JavaHelp correctly shows the page I want but the associated topic is not automatically selected/highlighted in the table of contents. This makes ...
dcstraw's user avatar
  • 3,351
1 vote
1 answer
1k views

We have a system where our front end is either a Rich Client application or a web interface into the back end. We are working on adding context-sensitive help to our system, but we need to use the ...
aperkins's user avatar
  • 13.2k
0 votes
2 answers
512 views

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) ...
Amir Afghani's user avatar
  • 38.7k
0 votes
2 answers
4k views

I am writing some applications that require to have a Help Contents system tied to it. I came across JavaHelp which seems perfect for what I need. The issue I am having is that when you download ...
Ascalonian's user avatar
  • 15.3k