Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8310561
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T19:30:12+00:00 2026-06-08T19:30:12+00:00

I am using Java and HelpGUI in my OSGI bundle and the links that

  • 0

I am using Java and HelpGUI in my OSGI bundle and the links that use do not work. When I use HelpGUI in a non-OSGI Java project, they work just fine on the same html files. Is there some security setting or something special with paths that I need to consider? Let me know, I am horribly stuck.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T19:30:14+00:00Added an answer on June 8, 2026 at 7:30 pm

    You should have a look at the source code of HelpGui, I can see why it doesn’t quite work in OSGi (it relies on a specific URL format resources in jar files usually have).

    If you look at the net.sourceforge.helpgui.gui.HelpView page, around line 222:

    else //It's perhaps a page on the help toppic
    {
    //Serach the page from  
    int ind = url.lastIndexOf('!');
    url = url.substring(ind+1,url.length());
    url = url.replaceFirst(MainFrame.helpPath+"/","");
    updatePage(getLinkedPage(pageRoot.children(), url), true);
    }
    

    That is not going to work in OSGi, as the URL format of entries is really different. For example in Equinox a bundle URL looks like:

    bundleresource://2.fwk1657006569:1general/features.html
    

    (Other implementations might be different, point is, you can’t rely on it)

    In ‘normal java’ the URL looks like:

    jar:file:/home/demo-helpgui/nonosgi/lib/helpgui-1.1-demo.jar!/docs/help/general/features.html   
    

    It is fixable, it shouldn’t be too hard, but you’ll have to either contact the HelpGui author or get your hands dirty yourself.

    regards, Frank

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Since I'm using Java 1.4.2, this means that I cannot use Java's implementation of
Using java program how to check that particular project (eq DemoProject ) is available
While using Java Options, i found they are of two types. One that has
I'm using java, and I'm trying to make a JTextArea that is non-editable but
Using Java IO streams, it is quite often we use objects solely as constructors
Using Java (1.6) I want to split an input string that has components of
When using java.jdbc in clojure is it possible to use delete-rows with a complex
Using Java, how can I detect all of the browsers that are installed on
Using java, I am writting a script to anchor link an html bibliography. That
When using java threads, one has to take care of the basic problems that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.