
30 Apr
2013
30 Apr
'13
5:29 p.m.
On 04/30/2013 11:14 AM, Eric Blake wrote:
I have written a Java client (64 bit JVM) that uses libvirt APIs on a remote KVM for KVM management. Since the JVM is 64 bit, the client needs 64 bit libvirt dlls and I could not find them (I found 32 bit libvirt dlls on http://libvirt.org/windows.html).
Could someone point to where I could find 64 bit libvirt dlls? I don't know if anyone is providing pre-compiled versions of 64-bit
On 04/30/2013 08:49 AM, george john wrote: dlls; you may have to compile it yourself using a mingw64 (cross-)compiler.
It also looks like the 32 bit Windows binaries linked by the above page are *very* old anyway (libvirt-0.8.0), so it would be a good idea to do the same for 32 bit as well.