with java how to call a function offered by user32.dll?
843829Oct 28 2002 — edited Oct 28 2002Hi,everyone.
Please think about my question.Now i want to retrieve all the user's
information in NT OS.will it be possible? could it be done by calling a method
of dll? i have tried to define a native method,but i got java.lang.UnsatisfiedLinkerror when i execute the class, what will be the problem?
can you please offer me a piece of code like it. but the dll should be available with the OS,such as user32.dll,kernal32.dll ...ect, not the one using jni to generate.
Thank you for suggestions.