-
Notifications
You must be signed in to change notification settings - Fork 13
Install Open COBOL ESQL 4J v1.0.3
yutaro-sakamoto edited this page Aug 29, 2023
·
2 revisions
-
Open-source database. OCESQL 4J currently supports PostgreSQL database only.
-
opensource COBOL 4j v1.0.14 or later.
-
sbt.
See Installation guides of opensource COBOL 4J.
Download the PostgreSQL JDBC driver and add the path to $CLASSPATH.
Copy the PostgreSQL JDBC jar file to dblib/lib/postgresql.jar
Copy libcobj.jar, which is the runtime library of opensource COBOL 4J, to dblibj/lib/libcobj.jar
.
After you complete the installation procedure described in Installation guides of opensource COBOL 4J, you can find libcobj.jar in /usr/lib/opensourcecobol4j/
.
See the official Installation guide.
Run the following commands.
./configure --prefix=/usr/
make
make install
Then, add /usr/lib/Open-COBOL-ESQL-4J/ocesql4j.jar
to $CLASSPATH.