Folder | What to put inside |
---|---|
lib | All the jars found in the isCOBOL lib folder except for swt-<platform>.<arch>.jar You can take these libraries from any isCOBOL distribution as they’re cross-platform. If your application calls programs on the client side via CALL CLIENT in a Thin Client environment, collect the classes of these programs in a jar library and add the library to this lib folder. |
libWin32 | swt-Windows.32.jar taken from the isCOBOL installation for Windows 32 bit |
libWin64 | swt-Windows.64.jar taken from the isCOBOL installation for Windows 64 bit |
libLinux32 | swt-Linux.32.i586.jar taken from the isCOBOL tar.gz for Linux 32 bit |
libLinux64 | swt-Linux.64.x86_64.jar taken from the isCOBOL tar.gz for Linux 64 bit |
libMac64 | swt-MacOSX.64.x86_64.jar taken from the isCOBOL tar.gz for Mac OSX 64 bit |
nativeWin32 | All the DLL files found in the bin directory of the isCOBOL installation for Windows 32 bit |
nativeWin64 | All the DLL files found in the bin directory of the isCOBOL installation for Windows 64 bit |
nativeLinux32 | All the so files found in the native/lib directory of the isCOBOL tar.gz for Linux 32 bit |
nativeLinux64 | All the so files found in the native/lib directory of the isCOBOL tar.gz for Linux 64 bit |
nativeMac64 | All the jnilib files found in the native/lib directory of the isCOBOL tar.gz for Mac OSX 64 bit |
Folder | Content |
---|---|
lib | asm-7.2.jar asm-commons-7.2.jar asm-tree-7.2.jar bcprov-jdk14-1.38.jar charva.jar commons-codec-1.13.jar commons-collections4.4.4.ja commons-compress-1.19.jar commons-math3-3.6.1.jar commons-logging-api.jar commons-logging.jar ctree-rtg.jar DJNativeSwing-SWT.jar DJNativeSwing.jar image4j-0.7.2.jar iscobol.jar isprofiler.jar isupdater.jar itext-2.1.7v5.jar jacoco-core-0.8.5.jar javassist.jar jcommon-1.0.23.jar jcommon-xml-1.0.23.jar jcalendar-1.3.3.jar jcommon-1.0.23.jar jcommon-xml-1.0.23.jar jdom.jar jfreechart-1.5.1.jar jna.jar jna-platform.jar joe-1.3.jar poi-4.1.2.jar poi-ooxml-4.1.2.jar poi-ooxml-schemas-4.1.2.jar swt-Windows.##.jar utility.jar wow.jar wowax.jar xmlbeans-3.1.0.jar ... and optionally the jar library that hosts programs called via CALL CLIENT. |
libWin32 | swt-Windows.32.jar |
libWin64 | swt-Windows.64.jar |
libLinux32 | swt-Linux.32.i586.jar |
libLinux64 | swt-Linux.64.x86_64.jar |
libMac64 | swt-MacOSX.64.x86_64.jar |
nativeWin32 | ctree.dll dyncall.dll dyncall_n.dll iscobolc.dll iscobolc_n.dll msvcm90.dll msvcp90.dll msvcr90.dll Terminal.dll |
nativeWin64 | ctree.dll dyncall.dll dyncall_n.dll iscobolc.dll iscobolc_n.dll msvcm90.dll msvcp90.dll msvcr90.dll |
nativeLinux32 | libctree.so libdyncall.so libdyncall_n.so libiscobolc.so libiscobolc_n.so libTerminal.so |
nativeLinux64 | libctree.so libdyncall.so libdyncall_n.so libiscobolc.so libiscobolc_n.so libTerminal.so |
nativeMac64 | libctree.jnilib libiscobolc.jnilib libiscobolc_n.jnilib libTerminal.jnilib |
swupdater.version.iscobol=1011 swupdater.lib.iscobol=lib swupdater.lib.win.32.iscobol=libWin32 swupdater.lib.win.64.iscobol=libWin64 swupdater.lib.linux.32.iscobol=libLinux32 swupdater.lib.linux.64.iscobol=libLinux64 swupdater.lib.mac.64.iscobol=libMac64 swupdater.version.iscobolNative=1011 swupdater.lib.win.32.iscobolNative=nativeWin32 swupdater.lib.win.64.iscobolNative=nativeWin64 swupdater.lib.linux.32.iscobolNative=nativeLinux32 swupdater.lib.linux.64.iscobolNative=nativeLinux64 swupdater.lib.mac.64.iscobolNative=nativeMac64 |