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.
次のような特定のシステム情報を取得したい。プロセッサ速度、プロセッサファミリ、OSバージョン(例:「5.1サービスパック1」)、色深度、システムディレクトリ。
何か考えはありますか?
オブジェクトSystem.getProperties()を返すを使用します。java.util.Propertiesこれには、すべてのシステム プロパティが含まれます。詳細についてはJava APIを参照し、必要なすべてのプロパティが利用可能であることを確認してください。
System.getProperties()
java.util.Properties