If I’m working on a cross-platform project that uses dbus-java, what do I need to do differently on windows?
This is the only resource I’ve found that asks this question, and I’m not sure I understand the answer. Do I really need to write my own TCP bus?
It looks like you can just use the linux jar files, as long as you connect over TCP.
You also need to run your own dbus-daemon to connect to, since windows doesn’t automatically have one.