0

I have written a Java client (on 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?

Thank you, George

GJ13
  • 488
  • 3
  • 11

1 Answers1

0

I just downloaded the 64 bit dll's from the URL that you pointed us to above. They're bundled in the virt-viewer package and can be extracted manually from there.

eric.green
  • 440
  • 3
  • 8
  • I guess the contents of the URL was updated recently. Thanks for pointing this out. – GJ13 Sep 05 '13 at 13:32