• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ci/H03-Jul-2020-726656

debian/H03-Jul-2020-109

src/H03-Jul-2020-10,1864,789

AUTHORSH A D03-Jul-2020545 1914

CONTRIBUTING.rstH A D03-Jul-20201,009 2919

ChangeLogH A D03-Jul-2020478 1610

INSTALLH A D03-Jul-2020917 2921

LICENSEH A D03-Jul-20201.2 KiB2318

Maven.RecipeH A D03-Jul-20201 KiB3625

NEWSH A D03-Jul-2020500 2317

READMEH A D03-Jul-2020651 2011

README.inH A D03-Jul-2020671 2011

autobuild.shH A D03-Jul-2020503 3222

build.propertiesH A D03-May-2022159 98

build.xmlH A D03-Jul-20207.6 KiB187169

findbugs.xmlH A D03-Jul-20201.1 KiB3715

libvirt-java.spec.inH A D03-Jul-20202.4 KiB9477

pom.xml.inH A D03-Jul-20201.1 KiB3630

test.shH A D03-Jul-2020105 42

README

1      This is the java binding to the libvirt library.
2
3To use it, your program needs to access both the java library (.jar file),
4and the JNA library (.jar file)
5
61. This version of the java mappings is designed to work with a
7a minimum libvirt version of 0.9.12
8
92. You must have the libvirt.jar file in your classpath.
10By default the installs it to /usr/share/java/0.5.2.jar
11
123. See the INSTALL file for instructions on building locally.
13
144. You can run the unit tests with ant test.
15
165. There is full javadoc for the API in /usr/share/javadoc/libvirt-java-0.5.2/
17
186. The full API can be found at http://www.libvirt.org/html/libvirt-libvirt.html
19
20

README.in

1      This is the java binding to the libvirt library.
2
3To use it, your program needs to access both the java library (.jar file),
4and the JNA library (.jar file)
5
61. This version of the java mappings is designed to work with a
7a minimum libvirt version of @libvirt.required@
8
92. You must have the libvirt.jar file in your classpath.
10By default the installs it to /usr/share/java/@version@.jar
11
123. See the INSTALL file for instructions on building locally.
13
144. You can run the unit tests with ant test.
15
165. There is full javadoc for the API in /usr/share/javadoc/libvirt-java-@version@/
17
186. The full API can be found at http://www.libvirt.org/html/libvirt-libvirt.html
19
20