java - Library to find out type of CPU and features -


I want to know which type of CPU (Intel Pentium V, AMD Athlon Barton etc.) There are some features (SSE, MMX, stepping etc.) Is there a ready Java-Library for this?

If you are using Windows then you can use it to access Win32 API.


Comments