Possible Duplicate:
How can I get client infomation such as OS and browser
i want to know clients machine Operating system name when i received request in my servlet
through request object
thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Example using the user-agent-utils library:
You can read more about the OperatingSystem class here.
You can find the jar here.