MCPcopy Create free account
hub / github.com/apache/solr / set_java_home

Function set_java_home

dev-tools/scripts/releaseWizard.py:2029–2031  ·  view source on GitHub ↗
(version)

Source from the content-addressed store, hash-verified

2027 return True
2028
2029def set_java_home(version):
2030 os.environ['JAVA_HOME'] = state.get_java_home_for_version(version)
2031 os.environ['JAVACMD'] = state.get_java_cmd_for_version(version)
2032
2033
2034def load_lines(file, from_line=0):

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…