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.

Recommended Answers

All 2 Replies

Member Avatar for iamthwee

Perhaps this?

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.