When running buildDockerImages.pl, the java executables are now built using a java 8 docker container. This eliminates the need for the user to have Java installed, and also avoids any issue with incompatible Java versions. This also brings the behavior into line with the User's guide, which doesn't mention the need to have Java 8 installed to build the images.
Changes in this pull request:
Signed-off-by: Hal Rosenberg hrosenbe@vmware.com