Hello!
I am working on a B4J application and I would like to read basic system information from the local computer, such as:
I am aware that B4J is based on Java, so I am mainly interested in:
Any guidance, examples, or limitations I should be aware of would be greatly appreciated.
Thank you in advance.
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)
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?
Any guidance, examples, or limitations I should be aware of would be greatly appreciated.
Thank you in advance.