We would like to call a COBOL DLL from a Java Class compiled in Java jdk1.8.0_40. We have the mfcobol.jar from our NetExpress 5.1 environment (5.106.0079) - Windows 7 (6.1 Build 7601) Service Pack 1.
The DLL is compiled with SERIAL directive and linked as Shared, Dynamic and Single-threaded.
We get an Unsatisfied link error when calling the DLL from Java.
Do we need a Jar - mfcobol.jar - that is JRE 1.8 compatible?
#mfcobol.jar
#JavaClass
#jdk1.8