Check the system is Windows or not in Java
Author
Zhou Renjian
Create@
2004-11-26 11:59
boolean win32 = ((System.getProperty("os.name").indexOf("Windows") != -1) || (System.getProperty("os.name").indexOf("windows") != -1)); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$