COBOL Structures to XML Schema Generator
-
Why am I getting UnsatisfiedLinkError?
-
Most likely the LegStar distribution bin folder is not on your system path.
The COBOL parser is written in C and the libraries need to be accessible.
You need to set your LD_LIBRARY_PATH (PATH on Windows) environment variable
so that it contains $LEGSTAR_HOME/bin (%LEGSTAR_HOME%/bin on Windows).
-
Does Schemagen resolve COPY statements?
-
No. If the COBOL source file refers to an external source file using a COPY clause,
Schemagen will ignore the elements described in the copybook. A workaround is to
manually merge all necessary source files before using Schemagen.