Maximo to obtain version information for the currently running Maximo environment

Source: Internet
Author: User

This article link: http://blog.csdn.net/kongxx/article/details/7059982

In the development of Maximo, it is sometimes necessary to determine the availability of certain features based on the version information of the currently running Maximo, at which point the Psdi.util.Version class provided in Maximo can be used to obtain the version information of the Maximo.

Import psdi.util.Version;

public class Test {public
	static void Main (string[] args) throws Exception {
		System.out.println ( Version.getstring ());
		System.out.println (VERSION.VERSIONSTR);
		System.out.println (version.majorversion);
		System.out.println (version.minorversion);
	}
Run the above program to get a result similar to the following:

MAXIMO Application Server 6.2.1 Build 156 db Build v600-530 MAXIMO
application Server 6.2.1 builds 156 DB build v600-53 0
6
2




Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.