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?
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?
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.