-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add full JDK, not just JRE #28
Labels
Comments
mariannemyers
added a commit
to mariannemyers/mlvagrant
that referenced
this issue
Mar 30, 2015
Update mulch to install the JDK rather than the JRE. Add JAVA_HOME to the vagrant user’s environment.
mariannemyers
added a commit
to mariannemyers/mlvagrant
that referenced
this issue
Apr 1, 2015
Use the more recent 1.8 JDK, by request of PR grtjn#29.
JDK 1.8 is now installed automatically, but java_home is not being set properly yet. See @mariannemyers PR for ideas |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: