-
Notifications
You must be signed in to change notification settings - Fork 11
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
Java exception when running builder/build.sh #34
Comments
I moved the issue to the repo with the CKEditor 4 builder. Could you check if the builder works with older version of Java (8 or 11)? Probably it would be the easiest workaround for now. |
Thanks @Comandeer, I ran this in Java 11 OpenJDK and got the following warning:
No stack trace, exit code 0 :) |
Like #27, this error with Java 17 need to be fixed by rihno: mozilla/rhino#462 hopefully in their next version v1.7.14 as adding |
I successfully recompiled CKeditor4 with Open JDK 17! You need to recompile CKBuilder.jar by upgrading mozilla rhino with the latest version v1.7.14 |
We came across one issue of Riho which is used in elixir repertoire server. We got below error and laber/reports not getting printed properly. We resolved above issue by passing below argument while starting Repetior Server using java 17. |
Type of report
Bug
Provide detailed reproduction steps (if any)
Expected result
Build script executes correctly.
NOTE: If I add
--add-exports java.desktop/sun.java2d=ALL-UNNAMED
argument to java runtime cmd this error does not occur, fixes it?Actual result
Java Exception thrown:
Other details
The text was updated successfully, but these errors were encountered: