Posted: Thu Jul 20, 2006 10:45 am Post subject: Compiling MQJavaRoundTrip Errors (MQ5.3 csd8, aix)
Centurion
Joined: 17 May 2002 Posts: 108
I am trying to get the MQJavaRoundTrip utility running. When compiling MQJavaRoundTrip.java I am getting the following type errors:
Quote:
MQJavaRoundTrip.java:101: cannot resolve symbol
symbol : class ClientThread
location: class MQJavaRoundTrip
ClientThread worker = (ClientThread) iter.next();
10 errors to be exact - all related to ClientThread.
When compiling ClientThread.java I am getting the following type errors:
Quote:
ClientThread.java:9: cannot resolve symbol
symbol : class MQJavaRoundTrip
location: class ClientThread
private final static MQJavaRoundTrip parent = MQJavaRoundTrip.getInstance();
2 such errors. Round Trip related.
Searched the forum. Worked with the java guys here (which, I am obviously not one) and they couldn't figure out the deal. They suspected the code itself...but, I found that unlikely given it's a support pac.
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