You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Melvin Wulle <ma...@mwulle.com> on 2023/03/17 00:28:46 UTC

[ java ] Help needed: Netbeans Plattform Application (RELEASE150) with JavaHelp not working

Hi there,
I am currently trying to set up a NetBeans Platform Application with JavaHelp.
It seems to compile correct and there are no Error logs, but when running
the application neither context-sensitive Help via F1 nor is there any content
under Help | Help Contents.

The application is build in Java 17 and can be found under: https://github.com/mwulle/rcp-javahelp-example.

I've used these sources trying to get it working:

-   http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-javahelp/org/netbeans/api/javahelp/doc-files/help-guide.html
    

-   https://netbeans.apache.org/wiki/DevFaqHelpGuidelines
    

-   https://dzone.com/articles/nb-how-create-javahelp-mavenized
    



I would really appreciate helpful tips or possible reasons for the cause of this problem :)

Cheers
Melvin