> Yes kajbj, is a client/server application. The client
> gets its own settings and send it to the server. Dou
> you know any API or something ?
You can get memory and OS information using the classes in java.lang.management.
java.io.File will give you information about HD size, free space etc.
java.net.NetworkInterface will give you some information about the network interfaces.
Some things require Java 6.
Kaj