java-systemd icon indicating copy to clipboard operation
java-systemd copied to clipboard

Java access to systemd via D-Bus

Results 5 java-systemd issues
Sort by recently updated
recently updated
newest added

Hey Markus, This issue is question, so feel free to close it if you wish. I noticed that you have a bunch of code which seems to be maintained manually....

I just recently found your project and it seems to have a great set of API calls for managing and monitoring units and services. However, after searching around, I can't...

- Introduced a Struct and Pair class as needed by dbus-java - Updated various versions I am labeling this version as 2.2.0-eks so if this commit is accepted, be sure...

In ManagerInterface there is some methods that returns a Tuples Ex: EnableUnitFiles, ReenableUnitFiles, PresetUnitFiles etc. This doesn't work in current version and throws an exception when trying to map the...

With the latest major release of dbus-java (v5.0.0), Systemd.get().getManager() fails with: ``` java.lang.NoSuchMethodError: org/freedesktop/dbus/connections/impl/DBusConnection.getConnection(Lorg/freedesktop/dbus/connections/impl/DBusConnection$DBusBusType;)Lorg/freedesktop/dbus/connections/impl/DBusConnection; (loaded from xxxxxxx/org.freeedesktop.dbus.5.0.jar by org.eclipse.osgi.internal.loader.EquinoxClassLoader@99aa01a5[org.freeedesktop.dbus:5.0.0(id=183)]) called from class de.thjom.java.systemd.Systemd (loaded from xxxxxxxxx/de.thjom.java.systemd.2.1.jar by org.eclipse.osgi.internal.loader.EquinoxClassLoader@3fb8805f[de.thjom.java.systemd:2.1.0(id=204)]). de.thjom.java.systemd.Systemd.open(Systemd.java:164) de.thjom.java.systemd.Systemd.get(Systemd.java:116)...