954,545 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Java program sample for getting Systeminfo

Hello,

I am new in Java and learning. I am looking for a sample java program which will display systeminfo (cpu, memory, etc) and software installed on a local machine.

theringer
Newbie Poster
1 post since Aug 2006
Reputation Points: 10
Solved Threads: 0
 

Perhaps this ?

iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
 

Look at System.getProperty and System.getProperties. I would probably start by just listing every system property there is, using System.getProperties, and see what info you have available.

JeffHeaton
Junior Poster in Training
58 posts since Jul 2005
Reputation Points: 12
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You