-
Notifications
You must be signed in to change notification settings - Fork 72
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
[java10] An illegal reflective access operation #64
Comments
Thanks for the information but AFAIK there is no way to modify environment variables without using this illegal reflective access. |
I didn't noticed that getenv() is a view on the actual system env. |
@stefanbirkner I upgraded to jdk-17 and now I am blocked by this since I am getting this error
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all thanks for this nice and well written library.
Running a test suite using system-rules 1.18 in JDK10 in macosx outputs:
The text was updated successfully, but these errors were encountered: