Windows command-line environment

To configure the CLASSPATH:

  1. Add the WebSphere MQ Classes for Java JARs to your CLASSPATH. (Refer to the WebSphere MQ Classes for Java documentation for information on how to do this.)
  2. Add the Configuration Manager Proxy (CMP) JAR to your CLASSPATH:
    set CLASSPATH = %CLASSPATH%;
        %INSTALLPATH%/classes/ConfigManagerProxy.jar
    where:
    %INSTALLPATH%
    Refers to the installation directory of the product.
  3. Similarly, ensure that your Java development directory is also on the CLASSPATH.
Related tasks
Configuring an environment for developing and running Configuration Manager Proxy applications
Linux, UNIX systems, and z/OS command-line environment
Eclipse environment