You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Christian Lenz (JIRA)" <ji...@apache.org> on 2019/05/14 09:44:00 UTC

[jira] [Commented] (NETBEANS-462) Java Help class cannot be found

    [ https://issues.apache.org/jira/browse/NETBEANS-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16839262#comment-16839262 ] 

Christian Lenz commented on NETBEANS-462:
-----------------------------------------

Only FYI, for those you are facing the same problem. You still need to add this:

{code:xml}
<dependency>
   <groupId>org.netbeans.api</groupId>
   <artifactId>org-netbeans-modules-javahelp</artifactId>
   <version>${version.netbeans}</version>
</dependency>
{code}

And this:

{code:xml}
<dependency>
   <groupId>javax.help</groupId>
   <artifactId>javahelp</artifactId>
   <version>2.0.05</version>
</dependency>
{code}

> Java Help class cannot be found
> -------------------------------
>
>                 Key: NETBEANS-462
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-462
>             Project: NetBeans
>          Issue Type: Bug
>          Components: platform - Help System
>            Reporter: Zoran Sevarac
>            Priority: Critical
>
> While building NetBeans Platform application that has module with Java Help I'm getting the following exception:
> An annotation processor threw an uncaught exception.
> Consult the following stack trace for details.
> java.lang.NoClassDefFoundError: com/sun/java/help/search/Indexer
>     at org.netbeans.modules.javahelp.HelpSetRegistrationProcessor.handleProcess(HelpSetRegistrationProcessor.java:145)
>     at org.openide.filesystems.annotations.LayerGeneratingProcessor.process(LayerGeneratingProcessor.java:99)
>     at com.sun.tools.javac
> ....
> There is no this problem with NetBeans 8.2
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists