module installcustom.install_custom_javajdk

Short summary

module pymyinstall.installcustom.install_custom_javajdk

Various functions to install Java JDK

source on GitHub

Functions

function

truncated documentation

install_javajdk

Install Java JDK.

Documentation

Various functions to install Java JDK

source on GitHub

pymyinstall.installcustom.install_custom_javajdk.install_javajdk(temp_folder='.', fLOG=<built-in function print>, install=True, force_download=False, version=None)

Install Java JDK.

Parameters:
  • temp_folder – where to download the setup

  • fLOG – logging function

  • install – install (otherwise only download)

  • force_download – force the downloading of pandoc

  • version – version to install (unused)

Returns:

temporary file

source on GitHub