How to create windows users and groups from Java
Hi,Can any one please tell me, which Package/API will helps to create windows users and groups from Java. Thanks,M.Prem.
You can't do it with pure Java, and it's not in the core API. You'd have to write a native function to do it, using whatever API Windows provides, and then call it with JNI. Or look for a third party native-based Java library that already does that.
jverda at 2007-7-14 22:10:53 >
