package me.chenyi.other; /** * Created by IntelliJ IDEA. * User: yichen1976 * Date: 4/09/12 * Time: 9:59 PM * To change this template use File | Settings | File Templates. */ public class OsNameTest { public static void main(String[] args) { System.out.println("" + System.getProperty("os.name")); } }