We have a Java application that invokes a mainframe page.
We are using EHLLAPIJNI.dll (32bit) ,EHLLAPIDLL.jar and Attachmate to perform communication with mainframe and gather required data.
It was working fine in Windows XP 32 bit OS. When we migrated our application to Win 7 64 bit OS it is not launching the mainframe page.
Initially there was a issue- Error trying to load EHLLAPIJNI dll file. Can't find dependent libraries but when we installed Attachmate this error is resolved
Log says ehllapii dll loaded,but We are not getting the return code when we call EHLLAPI() function.
Kindly suggest if there an EHLLAPIJNI.dll for 64 bit OS or how can we use this existing 32bit dll to work in win 7 64 bit OS