-
In case I can not upgrade target language from java 8 , is it possible to:
|
Beta Was this translation helpful? Give feedback.
Answered by
aoli-al
Aug 25, 2025
Replies: 1 comment
-
Fray has some If that's possible you may still use Fray. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eyalatar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fray has some
module-info.java
configurations which is only available in Java 11+. In your project, is it possible to run the project with a newer version of Java? For example, you may still compile everything using JDK 8 but running the application with JRE 11+.If that's possible you may still use Fray.