[Migrated content. Thread originally posted on 07 October 2009]
Anyone have a solution?My "java calling a cobol program" works 100% on Windows O/S, but on Linux O/S, I cannot get it to work.
The error I use to get in windows was sorted out when I added the wrun32.dll folder to the windows path (\\acu\\acugt720\\lib), on Linux I did the same (/u/runacu/lib - for the libruncbl.a), but I still get the following error when I run the java program: (on ver7 & ver8 Acu Cobol Runtime)
Initializing logging.
CVM: begin load
CVM: load library wrun32 or runcbl failed.
CVM: Exception caught loading CVM: no runcbl in java.library.path
Exception in thread "main" java.lang.UnsatisfiedLinkError: no runcbl in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.acucorp.acucobolgt.CVM.(Unknown Source)
at com.acucorp.acucobolgt.CVM.GET_INSTANCE(Unknown Source)
what am I doing wrong??
Regards pietervdw



