DOC

net.sf.cobol2j : cobol2j

Maven & Gradle

Nov 02, 2010

cobol2j - Cobol and RPG data reader and converter · cobol2j reads COBOL or RPG EBCDIC or ASCII flat data files imported from mainframes, AS/400 or Baby/36 environment. Packed decimal, zoned or packed date fields decoding included. Default conversion tables provided.

Table Of Contents

Latest Version

Download net.sf.cobol2j : cobol2j Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.cobol2j : cobol2j Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.5.x

How to open Javadoc JAR file in web browser

  1. Rename the file cobol2j-1.5.4-javadoc.jar to cobol2j-1.5.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder cobol2j-1.5.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "cobol2j-1.5.4-sources.jar" -d "cobol2j-1.5.4-javadoc" -subpackages 

Advertisement