Java 11 or 17? #1077
-
In some of the build-related discussions, I saw that Java 11 was replaced with Java 17. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
JavaSE-11 is still used build-time and runtime, If someone is using Java17-SE during development, that is ok as long as only Java11-SE features is used. I think that the ExecutionEnvironment is set to JavaSE-11 on all our bundles. |
Beta Was this translation helpful? Give feedback.
-
Ok then, this comment on 6dd4b76 confused me: |
Beta Was this translation helpful? Give feedback.
JavaSE-11 is still used build-time and runtime, If someone is using Java17-SE during development, that is ok as long as only Java11-SE features is used. I think that the ExecutionEnvironment is set to JavaSE-11 on all our bundles.