Open btsybm opened 2 years ago
Any Java 11 or later will work fine. One good choice would be AdoptOpenJDK https://adoptopenjdk.net
Let me know if you need more info.
Will it work for Java 8 version?
Yes. All of the modules and components were developed with Java 8 and earlier, and are runnable on Java JDKs 8 and later (11, 14, …). A git branch is contained to syntax from Java 8, while the master branch uses a few Java 11 syntax features. The intent is to remain runnable in Java 8 applications for the foreseeable future.
Scott @.***
On Jun 8, 2022, at 5:46 AM, Abilasha28 @.***> wrote:
Will it work for Java 8 version?
— Reply to this email directly, view it on GitHub https://github.com/BerryWorksSoftware/edireader/issues/21#issuecomment-1149757752, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQDKPH2VGKPDRDBXYV7KADVOB2YTANCNFSM5TYGMW2A. You are receiving this because you commented.
Any source you can point me to in terms of the Java that will be needed. I operate primarily in C# and JS.