All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wu.framework.easy.temple.util.SystemOS Maven / Gradle / Ivy

The newest version!
package com.wu.framework.easy.temple.util;

/**
 * @author : Jia wei Wu
 * @version 1.0
 * describe :
 * @date : 2020/12/1 下午10:19
 */
public class SystemOS {

    /**
     * @param args
     */
    public static void main(String[] args) {
        System.out.println(System.getProperty("os.tableName").toLowerCase());
    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy