Posted: Thu Feb 06, 2003 3:38 pm Post subject: iSeries classpath for jar files
Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
How do I set classpath for the MQ jar files on iSeries.
I can set the classpath from Q Shell using this command:
export -s classpath==.:/myclasses.zip:/Product/classes
All the MQ jar files are in this IFS directory:
/QIBM/ProdData/mqm/java/lib
I tried to set the classpath this way:
export classpath=.:/QIBM/ProdData/mqm/java/lib/com.ibm.mq.jar:....
(and all the other jar files). But I can't compile the program.
My first three lines of the program look like this
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