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

tern with java 9 or higher #4

Open
maassg opened this issue Sep 19, 2020 · 1 comment
Open

tern with java 9 or higher #4

maassg opened this issue Sep 19, 2020 · 1 comment

Comments

@maassg
Copy link

maassg commented Sep 19, 2020

Any tern script when run with java 9 or higher gives the following:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.ternlang.core.type.index.FunctionGenerator (file:/opt/.install/java/tern/tern.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.ternlang.core.type.index.FunctionGenerator
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

@ngallagher
Copy link
Member

Ill put in a fix for this but you can effectively ignore it, its just indexing finalize().

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

No branches or pull requests

2 participants