How to detect the OS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to detect the OS?

17th Jan 2016, 8:00 PM
Gustavo Peralta Vazquez
Gustavo Peralta Vazquez - avatar
1 Answer
+ 1
System.getProperty("os.name") to detect which type of operating system (OS) you are using
19th May 2016, 1:02 PM
James Flanders