Posted: Wed Jul 02, 2003 5:30 am Post subject: Question on "MqEnvironment" option
Knight
Joined: 30 Jan 2002 Posts: 560
I was trying to use MQEnvironment option in my java program. Its working fine in test. But in production it was not working. I mean it was not getting set or not having get.Is there something wrong?
Posted: Wed Jul 02, 2003 7:35 am Post subject: Question on "MqEnvironment" option
Knight
Joined: 30 Jan 2002 Posts: 560
The problem is solved . in test I was using
Code:
import com.ibm.mq.*
. com.ibm.mq has MQEnvironment class. This did not work in production where I had to hard code import com.ibm.mq.MQEnvironment specifically. I have checked all the class paths in bothe environments are same.
If there are any experts on java, it will help me greatly if you can please explain the reason
Thanks
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum