A command line tool for interfacing with OpenNebula
You have to add the following jars in the project :
- oca : http://opennebula.org/documentation:rel4.2:java
- xml-rpc : http://ws.apache.org/xmlrpc/download.html
We're also using the dom4j library in order to parse XML :
to use the nebula
script, first generate a jar (Export>JAR File
in Eclipse), name it nebula.jar
, and place it in the same folder as the script(launch
).
Add the launch
to your path if need be