[java] Getting some of user system properties

Started by
0 comments, last by CaptainJester 19 years, 7 months ago
I would like to track user system properties, whenever the game is throwing exception. I can't find any related API to get below properties: - free disk space - computer RAM (free memory, used memory, total memory) - graphics card - processor Anyone know how to get it? I've look at System.getProperty(), Runtime, and java.io.File API. [Edited by - role on September 14, 2004 3:02:17 AM]
-------------Golden T Game Engine - Java Game EngineGolden T Website | Golden T Forum
Advertisement
Go over to http://puppygames.net/forums/index.php. The writers of AlienFlux hang out there and I think they did this sort of thing. They may be able to help you.
"None of us learn in a vacuum; we all stand on the shoulders of giants such as Wirth and Knuth and thousands of others. Lend your shoulders to building the future!" - Michael Abrash[JavaGaming.org][The Java Tutorial][Slick][LWJGL][LWJGL Tutorials for NeHe][LWJGL Wiki][jMonkey Engine]

This topic is closed to new replies.

Advertisement