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

com.github.greengerong.OSUtils Maven / Gradle / Ivy

package com.github.greengerong;

/******************************************
 *                                        *
 * Auth: green gerong                     *
 * Date: 2014.                         *
 * blog: http://greengerong.github.io/    *
 * github: https://github.com/greengerong *
 *                                        *
 ******************************************/

public class OSUtils {
    public static boolean isWindows() {
        return System.getProperty("os.name").toLowerCase().contains("windows");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy