Who can i know the micro and memory of a machine?

Hi friends.Who can i know the micro (with detail) and memory of a machine, where is excuting my application?Thank you.
[139 byte] By [TechGSisa] at [2007-11-26 15:36:28]
# 1
> Hi friends.> > Who can i know the micro (with detail) and memory of> a machine, where is excuting my application?> > Thank you.In Java? You don't know.Why do (you think) you want to know this?
prometheuzza at 2007-7-8 21:54:10 > top of Java-index,Java Essentials,Java Programming...
# 2
Micro? What is that?
kajbja at 2007-7-8 21:54:10 > top of Java-index,Java Essentials,Java Programming...
# 3
> Micro? What is that?I think he's talking about memory registers.
prometheuzza at 2007-7-8 21:54:10 > top of Java-index,Java Essentials,Java Programming...
# 4
Sorry, i want to say 'processor'.
TechGSisa at 2007-7-8 21:54:10 > top of Java-index,Java Essentials,Java Programming...
# 5
> Sorry, i want to say 'processor'.Not possible in Java.
prometheuzza at 2007-7-8 21:54:10 > top of Java-index,Java Essentials,Java Programming...
# 6
Thanks to both, for your help.It is a pain not to know it, I wanted it for know, for use gradient or not with jpanel, depending of the processor.
TechGSisa at 2007-7-8 21:54:10 > top of Java-index,Java Essentials,Java Programming...
# 7
You can get hold of some memory information through JMX and the management beans.Kaj
kajbja at 2007-7-8 21:54:10 > top of Java-index,Java Essentials,Java Programming...
# 8
> Thanks to both, for your help.> > It is a pain not to know it, I wanted it for know,> for use gradient or not with jpanel, depending of the> processor.You can make it a configurable option, so the user of your application can decide it.
prometheuzza at 2007-7-8 21:54:10 > top of Java-index,Java Essentials,Java Programming...
# 9
Great, good idea.Thanks to both.
TechGSisa at 2007-7-8 21:54:10 > top of Java-index,Java Essentials,Java Programming...