You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Jiří Kovalský (JIRA)" <ji...@apache.org> on 2018/03/21 10:13:00 UTC

[jira] [Created] (NETBEANS-492) Quick Search for help throws java.lang.ClassNotFoundException

Jiří Kovalský created NETBEANS-492:
--------------------------------------

             Summary: Quick Search for help throws java.lang.ClassNotFoundException
                 Key: NETBEANS-492
                 URL: https://issues.apache.org/jira/browse/NETBEANS-492
             Project: NetBeans
          Issue Type: Bug
          Components: platform - Help System
    Affects Versions: 9.0
            Reporter: Jiří Kovalský
         Attachments: exception.txt

It is not possible to search for any help in the latest development builds of Apache NetBeans. IDE just throws exception [1] instead of opening a window with relevant help information.

*Steps to reproduce:*
 # Launch development build #20180320 of Apache NetBeans 9.0.
 # Type e.g. _properties_ into the *Search* field in the upper right corner of the IDE.
 # Press Enter.

*Expected:*

Standard help window is opened with relevant information.

*Actual:*

NetBeans opens an exception dialog.
----
[1] java.lang.ClassNotFoundException: javax.help.search.SearchEngine
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ...

Caused: java.lang.ClassNotFoundException: javax.help.search.SearchEngine starting from ModuleCL@74a3b713[org.netbeans.modules.javahelp] with possible defining loaders null and declared parents [org.netbeans.MainImpl$BootClassLoader@87aac27, ModuleCL@73eccb6d[org.openide.nodes] ...

[snip]



--
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