-
Notifications
You must be signed in to change notification settings - Fork 101
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
JDK9: -Xbootclasspath/p is no longer a supported #381
Comments
I changed -Xbootclasspath/p with -Xbootclasspath/a and it went passed. However I am stuck with: "java.lang.RuntimeException: No Context associated with current Thread" . It seems this one is getting solved here: #383 |
This is a first workaround for JDK9 and targets #381
What does
The append and normal mode are still available, only the prepend has been removed due the new modular approach with Jigsaw. So I will follow @jgabios approach to use the append option instead of prepend in Ringo 1.2.1. Please note that we will still need to verify that everything works with JDK 9+ and keep an eye on Jetty & Rhino. See adb516a |
Correct me if i'm wrong, but the jar that is prepended by |
My problem is: I cannot judge this since there is no link to the OpenJDK bug it is intending to fix. My first thought was that this could also target some (now legacy?) setups. At least OpenJDK 8 works as expected and I agree, it should since there is no |
The text was updated successfully, but these errors were encountered: