If your environment
CLASSPATH variable
is set to find all classes within the MQe Java folder, the WebSphere Everyplace
adapter class files will be accessible from within the Java environment. If
the files are not accessible, issue a command such as:
set CLASSPATH=%CLASSPATH%;c:\mqe\java
This
makes the new classes visible to Java. (The exact format of this
command may vary from system to system.) Once this is complete you should
be able to use the WebSphere Everyplace adapter classes in the same way as
any other MQe classes.