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

improv. fix in java 17 #19

Merged
merged 4 commits into from
Nov 3, 2022
Merged

improv. fix in java 17 #19

merged 4 commits into from
Nov 3, 2022

Conversation

nivcoo
Copy link
Member

@nivcoo nivcoo commented Apr 1, 2022

En Java 17 il y a plusieurs choses qui ont changées et d'ailleurs certaines choses comme ça ne sont plus accessible sans arguments de lancement depuis java 11.

Donc pour utiliser en java 11+ il faut rajouter : "--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED"

Il faut juste le tester en java 8 pour tester si tout est OK mais ça devrait aller.

@nivcoo nivcoo merged commit 0875f21 into MineWeb:master Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant