BerryWorksSoftware / edireader

EDIReader is a flexible and lightweight EDI parser, written in pure Java with many integration options. It has handled millions of transactions in a wide variety of products, services, industries, platforms, and custom integrations. Available as the open source Community Edition and the Premium Edition with added-value modules.
GNU General Public License v3.0
123 stars 47 forks source link

Help with Setup #21

Open btsybm opened 2 years ago

btsybm commented 2 years ago

Any source you can point me to in terms of the Java that will be needed. I operate primarily in C# and JS.

canabrook commented 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.

Abilasha28 commented 2 years ago

Will it work for Java 8 version?

canabrook commented 2 years ago

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.