-
Notifications
You must be signed in to change notification settings - Fork 42
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 21: GraalJSEngineFactory could not be instantiated #280
Comments
taking a look |
This error happen on Adoptium (Temurin), or with debian or ubuntu openjdk packages |
artlog
pushed a commit
to Worteks/lsc
that referenced
this issue
Jun 4, 2024
- avoid NullPointerException - always default to a non null defaut scripting implementation - default to ErrorMissingScriptEvalauator to fail a first unsupported scripting usage - try to uee rhino if no js is
artlog
pushed a commit
to Worteks/lsc
that referenced
this issue
Jun 4, 2024
- avoid NullPointerException - always default to a non null defaut scripting implementation - default to ErrorMissingScriptEvalauator to fail a first unsupported scripting usage - try to uee rhino if no js is
artlog
pushed a commit
to Worteks/lsc
that referenced
this issue
Jun 4, 2024
- avoid NullPointerException even if rhino and js are missing
@artlog hello, could you create a PR with your changes? |
I think this might be the PR: #292 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CI fails when using Java 21 with the following error:
See https://github.com/lsc-project/lsc/actions/runs/8688835816/job/23825324318#step:10:155
The text was updated successfully, but these errors were encountered: