-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support WMI #39
Comments
Provisional Javadoc attached for comment. |
Do you have any other examples? If there is another release, I'm going to drop 32 bit process support. Is that a problem? |
I have 9 test classes and an entire implementation ready to contribute when I next get a window to work on this. Now consists of 37 interfaces and classes. Example test below. Please don't remove 32-bit support. At present that is the only one I can build for. Sample test case, for the common case of enumerating and interrogating Services:
|
Please don't remove 32-bit support. At present that is the only one I can build for. In any case I will bet money that most of your current users are 32-bit and not up to Java 17. Don't break backwards compatibility please. |
Rolled back yesterday's commit that removed X86 support. Returned to Java 8 |
WMI is a layer over COM with its own peculiarities. Not easy to use with COM directly. I have developed a thin layer over Jacob that handles WMI, consisting of six small interfaces and classes. I'll post it here after some more testing.
The text was updated successfully, but these errors were encountered: