I am trying to connect with a remote MQ using a simple JMS program using IBM MQ.The MQ has a security exits which needs to be configured in JMS code.
factory = new MQQueueConnectionFactory(); factory.setSecurityExit(secExit);
The security exits has native library files(.dll) that needs to be there in the system PATH(C:\securityexits) variable.When I tried running my JMS code it works fine outside eclipse environment using system JDK but it is not working in eclipse. I am getting the following exception.
Caused by: java.lang.UnsatisfiedLinkError: no Acmqsecx in java.library.path