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

Does it supports Java17 environment #125

Closed
mercy1230 opened this issue May 6, 2024 · 2 comments
Closed

Does it supports Java17 environment #125

mercy1230 opened this issue May 6, 2024 · 2 comments

Comments

@mercy1230
Copy link

Can trident-java run on the Java17 environment ?

@endiaoekoe
Copy link
Contributor

Can trident-java run on the Java17 environment ?

hi, @mercy1230
Currently, the JDK version that trident-java uses is 1.8, which remains compatible with java-tron.
In theory, trident-java could also be compatible in JRE environments larger than 1.8(eg: 17), since trident-java does not rely on certain incompatible features contained in the JREs higher than 1.8.
However, currently, trident-java has not been fully tested for compatibility on JREs larger than 1.8, such as JRE 17, so it may not ensure that all features work perfectly in JRE 17.

@mercy1230
Copy link
Author

Can trident-java run on the Java17 environment ?

hi, @mercy1230 Currently, the JDK version that trident-java uses is 1.8, which remains compatible with java-tron. In theory, trident-java could also be compatible in JRE environments larger than 1.8(eg: 17), since trident-java does not rely on certain incompatible features contained in the JREs higher than 1.8. However, currently, trident-java has not been fully tested for compatibility on JREs larger than 1.8, such as JRE 17, so it may not ensure that all features work perfectly in JRE 17.

Thanks (^▽^)

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