I'm new to Java, and I was asked to create an applet / servlet (not sure what I should use to be an honest, pretty sure applet) to make sure that the user computer meets the system requirements. These requirements include processor speed, memory size, screen resolution, load / unload speed, and possibly a couple of other criteria.
I would be extremely grateful for being in the right direction. I have a little script for the res screen already, and I looked at Hyperic SIGAR for most of the rest (except for the bandwidth stuff).
Questions: Is the applet correct? Is Java the correct / best language? (this will be done through a web page)
Any direction is welcome ...
source
share