How to detect the OS? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How to detect the OS?

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