How to detect OS in Java – System.getProperty(“os.name”)
May want to change it to a static VAR? http://www.java2s.com/Tutorial/Java/0120__Development/ConditionthatteststheOStype.htm public class OSValidator{ public static void main(String[] args) { […]
Read More →