Posted By:
Christopher_Schultz
Posted On:
Friday, April 12, 2002 06:36 AM
I don't think Java is the answer, here.
If you really want to, you can write an application that uses a lot of native code, but you'll spend more time messing with the JNI code than you do actually writing the application. You'll probably want to use C or C++ with microsoft libraries (I'm assuming you're talking about win32 boxes because you mentioned 'registry').
-chris