can any one suggest me some classes with which I can read the system BIOS
information
Printable View
can any one suggest me some classes with which I can read the system BIOS
information
"kumar" <kumar.m@usa.com> wrote:
>
>can any one suggest me some classes with which I can read the system BIOS
>information
Try JNI(Java Native Interface) through which you can call any C/C++ program.
I guess C/C++ can read BIOS(I even doubt any library is there).