D
D
Dima2017-04-18 20:13:32
Java
Dima, 2017-04-18 20:13:32

How to get information about the system?

How can I get information about the system? For example, about the processor, video card, RAM, motherboard chipset, etc.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Alexandrov, 2017-04-19
@jamakasi666

Very little information can be obtained through Runtime.getRuntime().methods() but it is highly discouraged to believe them!
There was also a wonderful project SIGAR but it seems to have died.
And the surest way is to write a native lib (dll\so\dylib) for the desired platform and then hook it through JNI.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question