-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails due to Java API or CPU architecture incompatibility #1861
Comments
com.sun.tools.javac.parser.Tokens$Comment$CommentStyle JAVADOC
com.sun.tools.javac.parser.Tokens$Comment$CommentStyle JAVADOC
You can remove the use of the error-prone plugin. |
Thanks for your response - yet I don't now how to do that, while fortunately it seems no more needed. Nice that the README meanwhile says that setting
Now
runs successfully (with just many warnings). Yet using
|
com.sun.tools.javac.parser.Tokens$Comment$CommentStyle JAVADOC
Looking at the README.md, I found it confusing how multiple Java versions are mentioned there.
Please point out that, non-intuitively, really all of Java 8, 11, 17, and 21 need to be installed, not just one of choice.
So I installed all four Azul Zulu Java arm64 JDKs from, e.g., https://www.azul.com/downloads/?version=java-8-lts&os=macos&architecture=arm-64-bit&package=jdk#zulu
set up all four environment variables, and executed
which gave me:
The text was updated successfully, but these errors were encountered: