Re: Problem with Java Help

2018-03-13 Thread Zoran Sevarac
Thanks Jarda. Good to hear that there is solution on horizon, hopefully
some time soon.
Does this also means that Apache NetBeans IDE will come without help system
by default for now?

On Tue, Mar 13, 2018 at 3:57 PM, Jaroslav Tulach 
wrote:

> Hello Zoran,
> JavaHelp is currently missing from standard NetBeans distribution as it is
> GPLv2withCPex licensed and Apache and GPL doesn't go well along. You need
> to put it into (boot)classpath somehow for now.
> -jt
>
> PS: There is a guy in Oracle working on relicensing JavaHelp to something
> easier to use from Apache code. Hard to estimate the delivery time,
> however...
>
> 2018-03-13 12:35 GMT+01:00 Zoran Sevarac :
>
> > Hi,
> >
> > Did anybody experienced/solved problem with module with Java help?
> > I'm getting the following Class not found exception for Java help when
> > building my NB platform app:
> >
> > 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
> >
> > Cheers
> > Zoran
> >
>



-- 
Zoran Sevarac, PhD, Assistant Professor
Department of Software Engineering
University of Belgrade, Faculty of Organisational Sciences

Neuroph  founder | Java Champion
 | NetBeans
Dream Team 
Homepage: http://www.zoransevarac.com


Re: Problem with Java Help

2018-03-13 Thread Jaroslav Tulach
Hello Zoran,
JavaHelp is currently missing from standard NetBeans distribution as it is
GPLv2withCPex licensed and Apache and GPL doesn't go well along. You need
to put it into (boot)classpath somehow for now.
-jt

PS: There is a guy in Oracle working on relicensing JavaHelp to something
easier to use from Apache code. Hard to estimate the delivery time,
however...

2018-03-13 12:35 GMT+01:00 Zoran Sevarac :

> Hi,
>
> Did anybody experienced/solved problem with module with Java help?
> I'm getting the following Class not found exception for Java help when
> building my NB platform app:
>
> 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
>
> Cheers
> Zoran
>


Problem with Java Help

2018-03-13 Thread Zoran Sevarac
Hi,

Did anybody experienced/solved problem with module with Java help?
I'm getting the following Class not found exception for Java help when
building my NB platform app:

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

Cheers
Zoran