Posted: Wed May 15, 2002 6:36 am Post subject: How can run a MQ-Swing program on AIX?
Acolyte
Joined: 21 Apr 2002 Posts: 55 Location: Canada
I wrote a java swing program which accesses MQ queue. It runs very well on NT box. But when I run it on AIX box, the sysetm display a message telling that it cannot import javax.swing. Can anyone tell me what's wrong with it?
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
This is without question a Java environmental problem as opposed to any kind of MQ issue. Swing is the GUI interface for Java and, I believe, from Java 1.2, was included in the standard distribution. Make sure that you have a Java 1.2 JRE installed and that the standard JRE classes are in your CLASSPATH.
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