sahara-image-elements/elements/java
iberezovskiy 1b1597d3bf Fix cookie for java download
Change-Id: Ieffcce0a0037c4c0fd156e401bf3d370e2fd74f3
Closes-bug: #1293402
2014-03-17 13:04:47 +04:00
..
install.d Fix cookie for java download 2014-03-17 13:04:47 +04:00
README.md Add generic java element 2014-02-13 06:57:53 -05:00

README.md

==Install Java==

This element installs a Java Virtual Machine into the image. There are three options for selecting what version of the JVM is installed -

  1. Provide no input, the package manager in your image will be used to install the natively packaged JVM

  2. Provide JAVA_FILE via the environment, it should be a .tar.gz or .bin and will be install under /usr/java

  3. Provide JAVA_DOWNLOAD_URL via the environment, it should be a url pointing to a file that will be placed in JAVA_FILE (see 1.)