Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想获取一些特定的系统信息,例如;处理器速度、处理器系列、操作系统版本(例如:“5.1 Service Pack 1”)、颜色深度、系统目录。
你有什么主意吗?
使用System.getProperties()哪个返回java.util.Properties对象。这包含所有系统属性。查看Java API了解更多信息,并查看所有需要的属性可供您使用。
System.getProperties()
java.util.Properties