To set up the project in eclipse:
- Import the project as "Existing Gradle Project".
- Add all the jar under lib to the classpath.
- Add JUnit 4 library to build path as eclipse prompts.
To run the project:
- Set the values(vcHost, username, passsword, etc.) in VmManager.testCreateEncryptedVm().
- Run VmManager.testCreateEncryptedVm() with JUnit.