<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello everyone,<br>I am I getting this error and I really need your help :<br> <br>"Exception in thread "main" java.lang.ExceptionInInitializerError<br> at org.freedesktop.dbus.RemoteInvocationHandler.executeRemoteMethod(RemoteInvocationHandler.java:133)<br> at org.freedesktop.dbus.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:188)<br> at sun.proxy.$Proxy1.GetDevices(Unknown Source)<br> at upmt.client.network.impl.LinuxDBusNetworkMonitor.getInterfaceList(LinuxDBusNetworkMonitor.java:87)<br> at upmt.client.UPMTClient.run(UPMTClient.java:671)<br> at upmt.client.UPMTClient.start(UPMTClient.java:402)<br> at upmt.client.UPMTClient.main(UPMTClient.java:1748)<br>Caused by: java.util.MissingResourceException: Can't find bundle for base name dbusjava_localized, locale en_US<br> at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1539)<br> at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1278)<br> at java.util.ResourceBundle.getBundle(ResourceBundle.java:733)<br> at org.freedesktop.dbus.Gettext.<clinit>(Gettext.java:26)<br> ... 7 more"<br> <br>This occurs when I use GetDevices() function.<br> <br>What I am doing wrong ?<br> <br>I am currently working with Ubuntu 13.04 , Eclipse and I have dbus.jar among my project libraries ...<br> <br>Thank you for your attention,<br>Have a nice day,<br>Alessandro Moscatelli<br>            <BR>                                           </div></body>
</html>