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

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -