<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi<br><br>I am developing tool to collect information on XenServer which is on Opensuse 11. I am using libvirt-0.4.6.jar and and jna-3.2.4 jar files.<br><br>I tried to connect from Remote system(Windows) to server, but could not get the connection object.<br><br>Any configuration needs to be done for remote access ?<br><br><br>conn = new Connect("xen+tcp://192.168.10.22/");<br><br>it shows the exception<br><br>Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library<br>'virt': The specified module could not be found.<br><br>        at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:164)<br>        at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:237)<br>        at
 com.sun.jna.Library$Handler.<init>(Library.java:140)<br>        at com.sun.jna.Native.loadLibrary(Native.java:374)<br>        at com.sun.jna.Native.loadLibrary(Native.java:359)<br>        at org.libvirt.jna.Libvirt.<clinit>(Unknown Source)<br>        at org.libvirt.Connect.<clinit>(Unknown Source)<br>        at LibvirtCon.main(LibvirtCon.java:29)<br><br>Help me<br><br>Regards<br>Gandhiraj Natarajan<br><br></td></tr></table><br>