Access the system info such as disk size, memory, etc

Hi, there. I have got some problems trying to get the system info using the Java. These info include the bandwidth, hard-disk size, and memory size. Does anyone know how to retrieve these info?

And I also wonder how I can get the real-time CPU usage of my computer and control the usage using Java. Anyone knows how to do that?

[340 byte] By [Dingnia] at [2007-11-26 23:55:48]
# 1

> Hi, there. I have got some problems trying to get the

> system info using the Java. These info include the

> bandwidth, hard-disk size, and memory size. Does

> anyone know how to retrieve these info?

>

> And I also wonder how I can get the real-time CPU

> usage of my computer and control the usage using

> Java. Anyone knows how to do that?

If these are your goals, you need to consider using a tool other than Java to get this done.

Navy_Codera at 2007-7-11 15:40:15 > top of Java-index,Java Essentials,Java Programming...
# 2
If I need to use a tool to achieve that, are there any links or documents that can help?
Dingnia at 2007-7-11 15:40:15 > top of Java-index,Java Essentials,Java Programming...
# 3
Sorry - by tool, I meant you'd be better off using a different programming language such as C/C++.
Navy_Codera at 2007-7-11 15:40:15 > top of Java-index,Java Essentials,Java Programming...