0

I want to get some specific system information such as; processor speed, processor family, OS version (ex: "5.1 Service pack 1"), color depth, system directory.

Do you have any idea?

4
  • duplicate of: stackoverflow.com/questions/25552/… Commented Oct 10, 2012 at 12:03
  • See also this answer. Commented Oct 10, 2012 at 12:21
  • Of course, getting this type of information will require a trusted applet. Commented Oct 10, 2012 at 12:31
  • i read all about System.getProperties() and the previous questions. @RussellGutierrez However, there is no answer to my question. I want to get computer's color depth, Processor speed(xxx GHZ), Processor name (like Computer->Right Click->Properties window) and the name of OS(Not just Windows 7 but also Windows 7 Service Pack 1 etc.) Commented Oct 10, 2012 at 13:28

1 Answer 1

1

Use System.getProperties() which returns java.util.Properties Object. This contains all the system properties. Have a look the Java API for more and see all the needed properties are available for you.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.