OCamlPro / gnucobol

A clone of the sourceforge GnuCOBOL compiler from COBOL to C.
https://get-superbol.com
GNU Lesser General Public License v3.0
16 stars 20 forks source link

requested changes to java.c, configure.ac, and internal state to cobl… #150

Closed xevor11 closed 3 weeks ago

xevor11 commented 1 month ago

Rebased and Made requested changes in PR #149

xevor11 commented 1 month ago

Added the requested changes

GitMensch commented 1 month ago

Do you have a first working call to Java (which likely includes and adjustment to call.c as well), maybe System.getProperty("java.version") which is then DISPLAYed by COBOL?

xevor11 commented 1 month ago

More changes for the following:

Integrated JNI with java.c by adding types and data structures in java.c for bidirectional communication

Working towards:

Do you have a first working call to Java (which likely includes and adjustment to call.c as well), maybe System.getProperty("java.version") which is then DISPLAYed by COBOL?

xevor11 commented 3 weeks ago

@GitMensch Here are the final changes, we fixed issues with autoconf, config and when make it runs without errors. We need to write some tests, but after that we can merge

nberth commented 3 weeks ago

@GitMensch Here are the final changes, we fixed issues with autoconf, config and when make it runs without errors. We need to write some tests, but after that we can merge

I guess you want to check #157 instead. This PR (#150) is outdated and can probably be closed.

GitMensch commented 3 weeks ago

closed in favor of duplicate #157