Hello, everybody!
I need to know some properties from machine where my application is
running.
These properties are: what kind of machine, how many processors,
how much memory, what OS, if it is online, and others (hardware
identification).
Is it possible? How can I get it?
Tx,
Takeda
Andrew Thompson - 04 Jul 2004 00:42 GMT
> I need to know some properties from machine where my application is
> running.
Some of these properties can be found using
System.getProperty("name"), vis.
<http://www.physci.org/pc/properties.jsp>
HTH

Signature
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Roedy Green - 04 Jul 2004 00:58 GMT
> These properties are: what kind of machine, how many processors,
>how much memory, what OS, if it is online, and others (hardware
>identification).
> Is it possible? How can I get it?
see http://mindprod.com/wassup.html
http://mindprod.com/jgloss/properties.html

Signature
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.