# j

Specifies the path to the Java installation (JDK or JRE) that should be used by the yc-360 script. If not explicitly set, the yc-360 script will fallback to the JAVA_HOME environment variable.

Type: string

Default: ""

Example (YAML):

options:
  j: /usr/lib/jvm/java-11-openjdk
1
2

Example (CLI):

./yc -j "/usr/lib/jvm/java-11-openjdk"
1