How can i get BIOS information using java?

2019-07-13 14:15发布

问题:

Please let me know if i can get the BIOS setting information's using a java program.I am using windows7 as operating system.

回答1:

It rather depends on what information you're trying to read.

Java can't read the BIOS, but java can query the WMI (google for jWMI) which might get the data you need.



标签: java bios