How can i get BIOS information using java?

此生再无相见时 提交于 2019-12-10 18:03:37

问题


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.



来源:https://stackoverflow.com/questions/7052360/how-can-i-get-bios-information-using-java

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!