Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Nisha Gor   on Nov 08 In Java Category.

  
Question Answered By: Minal Nayak   on Nov 08

for desktop:
java.lang.System.getProperty("os.name")

for web, you can check browser info in HTTP request, but information  may not be available and it can be faked,
the best method here is to use a java  applet (or script) to check system  setting, and send it to server.

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on How to get client machine information (OS)? Or get search suggestion and latest updates.


Tagged: