Does Websphere provide a
Java API for retrieving the Websphere product version?
In a perfect world, I�d have a static method that looks like this:
public
String getWebsphereProductVersion();
The method would return values such as
"4.0.7"
"5.0.2"
"5.1.1"
"6.0.2.2"
I need a solution for Websphere 4.x, Websphere 5.x, and Websphere 6.x
Thanks in advance.
Sean