Skip to content
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

W: An illegal reflective access operation has occurred #56

Closed
theapache64 opened this issue Apr 1, 2021 · 4 comments · Fixed by #72
Closed

W: An illegal reflective access operation has occurred #56

theapache64 opened this issue Apr 1, 2021 · 4 comments · Fixed by #72

Comments

@theapache64
Copy link

image

Is this expected?

@dodalovic
Copy link

Try using jdk 8

@abelkov
Copy link

abelkov commented Apr 2, 2021

The warning should go away when ki updates its Kotlin compiler to 1.5: https://youtrack.jetbrains.com/issue/KT-43520

@arynxd
Copy link

arynxd commented Apr 3, 2021

The warning should go away when ki updates its Kotlin compiler to 1.5:

is there any way to do this manually?

@khud
Copy link
Contributor

khud commented Apr 3, 2021

I will fix it soon. If you use JDK 9+, the best way to walk it around is to use --add-opens:

java --add-opens java.base/java.util=ALL-UNNAMED -jar ${KI_SHELL} $@

asm0dey added a commit that referenced this issue Apr 27, 2021
Fixes #65, fixes #56
Adds support for symlinks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants