String os = System.getProperties().getProperty("os.name"); if (os.contains("Windows")){ }else if (os.contains("Linux")){