opencobol - Invoke Java class from GnuCobol -
apologies if question has been asked previously... i'm working on proof of concept requires gnucobol(opencobol) call/execute java class. googling through number of pages suggested use of invoke statement instantiating java class. unfortunately invoke yet supported in gnucobol. pointers on how integration achieved appreciated.
thanks
moving comment answer, completeness.
you want @ jni. gnucobol uses c application binary interface, hello world example on wikipedia jni should have hints need started. if lucky enough classes awt related, cobjapi thing bing google for. c code swig generates directly callable gnucobol, it's path , will, @ least, give set of skeletal files work from.
Comments
Post a Comment