On Sun, 1 Dec 2019 at 22:15, Steven Ingram <steven.rextech...@gmail.com>
wrote:

> 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 also saw the same errors (failing to build the applemenu module) just
recently. For me it was solved by making sure I was building with JDK 8,
and making sure JAVA_HOME was also set correctly.

I think applemenu depends on some Desktop classes which were added in JDK9,
and there is a compatibility JAR which contains these classes for earlier
JDKs. On later ones (I tried JDK11) the classes should be there
automatically but for some reason they were not found. I didn't have time
to look further.

Pete

Reply via email to