Close
jGuru Forums
Posted By: Usman_Ali Posted On: Monday, August 27, 2001 07:55 AM
I am developing a java application. I want to get Operation System that which OS is installed on machine or on server.
Re: How to get the OS in Java Application
Posted By: Luigi_Viggiano Posted On: Monday, August 27, 2001 08:10 AM
System.out.println(System.getProperty("os.name") + " " + System.getProperty("os.version"));