Code Monkey home page Code Monkey logo

Comments (1)

canabrook avatar canabrook commented on June 18, 2024

I can help with that. Since this is a Java system, you first need to make sure that a Java JRE is installed on your Ubuntu machine. Any JRE version 8 or later should work just fine. From a command line, you can confirm this with the command "java -version".

Next you need the edireader-5.4.15.jar (or later version). One is provided in the lib directory, or you can build your own using Maven and/or your favorite Java IDE. Then you can run the basic EDI to XML transformation with

$ java -jar edireader-5.4.15.jar edi-input-file -o xml-output-file

This and several other command line interface utility programs are in the com.berryworks.edireader.demo package. You may, of course, use these simply as examples and use the Java API with your own Java programs.

from edireader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.