
26 Mar
2014
26 Mar
'14
1:31 p.m.
At Fri, 21 Feb 2014 10:36:33 +0000, Daniel P. Berrange wrote:
On Thu, Feb 13, 2014 at 04:22:17PM +0100, Claudio Bley wrote:
On Windows, the libvirt DLL is called libvirt-0.dll. Trying to load the "virt" library hence fails to find the file. Branch on the platform and load "virt-0" if we're running on this OS, use "virt" otherwise.
Signed-off-by: Claudio Bley <cbley@av-test.de> --- src/main/java/org/libvirt/jna/Libvirt.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
ACK
Thanks, pushed.