Dbus Java

Victor Yeo victoryeo1974 at gmail.com
Thu Sep 5 08:24:39 UTC 2019


Hi

I solved it using

https://github.com/hypfvieh/dbus-java

I add to build.gradle

    compile group: 'com.github.hypfvieh', name: 'dbus-java', version: '2.7.1'

Thanks.

On Thu, Sep 5, 2019 at 3:43 PM Victor Yeo <victoryeo1974 at gmail.com> wrote:
>
> Hi All,
>
> I am a Dbus newbie. I am using Java in netbeans. When importing from:
>
> import org.freedesktop.dbus.DBusConnection;
>
> it says :
>
> package org.freedesktop.dbus does not exist
>
> How to solve this problem?
>
> Regards
> vic


More information about the dbus mailing list