Skip to content

Eclipse plug-in project code for using DBus Java library on OSGi.

Notifications You must be signed in to change notification settings

s5uishida/dbus-java-with-java-utils-osgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

dbus-java-with-java-utils-osgi

This is the code of the Eclipse plug-in project put together to use the following dbus-java and java-utils in the OSGi framework. Java source codes have not changed.

The reason for this integration is that if the bundle containing the JNI library for Unix Domain Socket and the bundle for reading the JNI library were separated, they could not be used on the OSGi framework. I tried to deal with this trouble using Require-Bundle, but a cycle of dependencies occurred. So, for convenience, I put it together.

Each license files are located below.

I think that this repository will not be necessary if jnr-unixsocket is used in place of the Unix Domain Socket JNI library planned for dbus-java in the future.

I use this with the following bundles.

The built bundle file is placed below. You need Java 8 or higher.

Finally, I would like to thank the authors of the very useful codes, and all the contributors.

About

Eclipse plug-in project code for using DBus Java library on OSGi.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published