forked from libvirt/libvirt-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Fork of libvirt-java for simple maven build and local deploy
License
nikodll/libvirt-java
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a fork of github.com/libvirt/libvirt-java
It is a bit tricky to build a development version of the original library
and deploy it to a local maven repository. This fork is created to make
it simple.
As long as you have libvirt ("libvirt0" in Ubuntu) and JNA ("libjna-platform-java")
packages installed, the package can be built using just this console
command (obviously it also needs both ant and maven build tools installed):
ant build && ant maven
All credits go to the authors of the original work
-------------------------------------------------------------------------------
This is the java binding to the libvirt library.
To use it, your program needs to access both the java library (.jar file),
and the JNA library (.jar file)
1. This version of the java mappings is designed to work with a
a minimum libvirt version of @libvirt.required@
2. You must have the libvirt.jar file in your classpath.
By default the installs it to /usr/share/java/@version@.jar
3. See the INSTALL file for instructions on building locally.
4. You can run the unit tests with ant test.
5. There is full javadoc for the API in /usr/share/javadoc/libvirt-java-@version@/
6. The full API can be found at https://libvirt.org/html/libvirt-libvirt.html
About
Fork of libvirt-java for simple maven build and local deploy
Resources
License
Contributing
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 92.4%
- Dockerfile 2.3%
- HTML 1.8%
- CSS 1.8%
- Shell 1.7%