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

GATE is unusable under Java 9 #8

Closed
greenwoodma opened this issue Jun 10, 2017 · 1 comment
Closed

GATE is unusable under Java 9 #8

greenwoodma opened this issue Jun 10, 2017 · 1 comment
Labels

Comments

@greenwoodma
Copy link
Contributor

GATE relies on XStream for reading and writing application files (i.e. xgapp files). Unfortunately XStream doesn't currently support Java 9 which means we can't load/save applications, which makes it pretty much impossible to use GATE under Java 9. See x-stream/xstream#74 for more details.

@greenwoodma
Copy link
Contributor Author

Turns out that if you add the --permit-illegal-access flag to the Java command line then everything seems to work nicely. Only a temporary workaround as that flag won't exist forever, but once Java 9 is a stable release we can look at this again. More details are in this blog post http://gate4ugc.blogspot.co.uk/2017/06/gate-java-9-and-hdpi-monitors.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant