Hello!
I am working on a B4J application and I would like to read basic system information from the local computer, such as:
- CPU usage
- RAM usage (total / free)
- System temperature (CPU or motherboard, if available)
My question is:
is it possible to obtain such data directly in B4J, for example using Java APIs, without relying on any external programs, command-line tools, or third-party native applications?
I am aware that B4J is based on Java, so I am mainly interested in:
- What information can be accessed via standard Java libraries?
- Whether temperature sensors are accessible at all without OS-specific external utilities?
The target platform is Windows11 pro (but cross-platform solutions would be a plus).
Any guidance, examples, or limitations I should be aware of would be greatly appreciated.
Thank you in advance.