Hi <br><br>I am new to dbus, I downloaded the latest release of
dbus-java and tried to use the DBusCall function to call a method. if
the method does not take arguments, I do not face any problem; however
i face problems when the method takes arguments. I do not know if i am
using it in the wrong way or there is a bug in the code. <br>
<br>I am using it in the following way:<br>DBusCall org.freedesktop.DBus.Examples<div id="1eqj" class="ArwC7c ckChnd">.Echo /org/freedesktop/DBus/Examples/Echo org.freedesktop.DBus.EchoDemo Hello <br><br>where
Hello is the method name, when I append [world] to the above command
where "world" is a string argument , it starts giving errors like <br>
<br>DBusException: Failed to parse DBus type signature<br><br>If I remove the [] it gives the following error: <br>ArrayIndexOutOfBoundsException: 0<br><br><br>I really appreciate any help<br><br>thank you</div>