In a standard MQe installation the WebSphere
® Everyplace
® adapter consists of, and
is supported by the following files:
- ...\Java\com\ibm\mqe\adapters\MQeWESAuthenticationAdapter.class
- - The WebSphere Everyplace adapter
class.
- ...\Java\examples\application\Example7.class
- - Compiled example application that uses the adapter
- ...\Java\examples\application\Example7.java
- - Source for the example application
- ...\Java\examples\adapters\WESAuthenticationGUIAdapter.class
- - Compiled example adapter that adds a user interface to the WebSphere Everyplace adapter. As
with other example classes, this class is not meant as a replacement for the
base WES adapter class, but rather as a demonstration of how to tailor the
WES adapter to suit your requirements.
- ...\Java\examples\adapters\WESAuthenticationGUIAdapter.java
- - Source for the example adapter
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.