Thanks Mathias,
I think I'm starting to put it together in my head.  In the README for the
project there's this gem.

"NetBeans also runs with JDK 8, although then it will not include tools for
the JDK 9 Shell."

I know I was building and running NB on JDK8.  Can anyone confirm that my
'applemenu' error was in support of the above mentioned JDK 9 shell tools?

Also I just noticed that the README has changed to say that you can now
build the project with 8 or 11?  How'd I miss that?

Thanks again for your help.


On Mon, Dec 2, 2019 at 2:45 PM Matthias Bläsing <[email protected]>
wrote:

> Am Sonntag, den 01.12.2019, 17:15 -0500 schrieb Steven Ingram:
> > I tried to build the project today, but I kept hitting errors which
> > led me to make a new clone of an  up-to-date master branch of my
> > fork.  I keep running into compilation errors.  See attached
> > truncated output.  If i need to attach the rest I can at request.
> >
>
> I see this regularly. This is the scenario:
>
> - I have OpenJDK 11 (default JDK)
> - my .nbbuild.properties contains
> (nbjdk.home=/home/matthias/bin/jdk1.8.0_201/)
>
> I get the same error. The problem is, that the build script scans the
> target JDK for the required classes, but does not use the nbjdk.home to
> build.
>
> I don't see much value in fixing this, just build with JDK. I have
> this:
>
> export JDK_HOME=/home/matthias/bin/jdk1.8.0_201/
> export PATH=$JDK_HOME/bin;$PATH
>
> After that, build runs clean.
>
> Greetings
>
> Matthias
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Reply via email to