Oracle JDK

This module provides tools for installing Oracle JDK
See also
fabtools.require.oracle_jdk
fabtools.oraclejdk.install_from_oracle_site(_version=’7u25-b15’)[source]
Download tarball from Oracle site and install JDK.
import fabtools # Install Oracle JDK fabtools.oracle_jdk.install_from_oracle_site()
fabtools.oracle_jdk.version()[source]
Get the version of currently installed JDK.
Returns None if it is not installed.