-
Notifications
You must be signed in to change notification settings - Fork 22
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
Xatkit cannot be built with JDK9, 10, and 12 #6
Comments
Support for JDK9 and JDK10 is left for a future release (current release: v1.0.0). |
This support implies to rename module packages and classes, and handle illegal reflective calls |
This needs to be check after the renaming of |
This issue has been reported by @nadiana18 after the Xatkit tutorial, relevant part of the log provided below.
This issue seems to be related. The discussion mention Java 10 support from Tycho, there is maybe a plugin dependency to upgrade. |
Also related to xatkit-bot-platform/xatkit-runtime#250 |
These JDKs introduce
Modules
, that are defined injava.lang.module
, and conflict with XatkitModules
.In addition, the build prints several warning related to illegal reflective accesses from xcore and xtext.
The text was updated successfully, but these errors were encountered: