-
|
I am trying to use the library with a project that compiles for JDK 11. This is an LTS version. Compilation succeeds but execution fails with: So I see that the library has been compiled with JDK16. Short of compiling and installing it locally myself, any way we can get support for earlier LTS versions? Maybe the versioning numbers can be changed slightly to reflect this? On a side note I see here that source compatibility is set to JDK11. And here I see TIA |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi there, just make sure that you use the right version. The 16.0.x versions need at least JDK16 and are more or less preparation for the next LTS which is JDK17. The 11.x versions are for JDK11 and later. |
Beta Was this translation helpful? Give feedback.
Hi there, just make sure that you use the right version. The 16.0.x versions need at least JDK16 and are more or less preparation for the next LTS which is JDK17. The 11.x versions are for JDK11 and later.