MQJavaLevel

 

public class MQJavaLevel
extends Object

java.lang.Object
   |
   +----com.ibm.mq.MQJavaLevel
          

Displays information about the currently installed version of WebSphere MQ Classes for Java™.

Add this class to the CLASSPATH, and run it using the command java com.ibm.mq.MQJavaLevel. We can modify the output with the following parameters:

-b - basic format (no titles)

-f n - fields to display

where nis one, or a combination of, the following digits:

1

Name

2

Version

4

Build ID

8

Build Type

We can add these numbers together (for example, '3' displays both the Name and Vfields). If -f is not specified, the default is to display all fields.


uj13160_