mlvagrant
mlvagrant copied to clipboard
Add full JDK, not just JRE
My current project requires a JDK be installed on the CentOS VM. The install-mlcp.sh script currently installs java which only grabs the JRE. I'd like to have the full JDK installed by default as I think other projects may also need this in the future.
PR to follow.
JDK 1.8 is now installed automatically, but java_home is not being set properly yet. See @mariannemyers PR for ideas