Hello, I'm having problems with setting my CLASSPATH on the AS/400 for my java application. My problem is that I need to use jar files for IBM toolbox, MQSeries, and XML4J. When I set the CLASSPATH environment variable I get a runtime error that it can't find the RECORD class(IBM tool box jar). Here is how I set my CLASSPATH on the AS/400: ADDENVVAR ENVVAR(CLASSPATH) VALUE('/QIBM/ProdData/HTTP/Public/jt400/lib/jt 400.jar:/QIBM/ProdData/mqm/java/lib/com.ibm.mq.jar:/QIBM/ProdData/OS400/xml/lib/xerces103:/QIBM/ProdData/mqm/java/lib') Is there something wrong with this syntax. I've tried everything including reversing the slashes, puting spaces between the colons, ect, ect, ect.. Thanks in advance for any help, Rob

Reply With Quote