Analytics.Engine.setJavaHome()

Signature

void setJavaHome(String engine, String Path)

Domain

ACTION

Description

Sets the path to Java Home.If engine pool name is passed as a parameter, the java home will be set to all the engines in the engine pool

Parameters

NameTypeDescription
engineStringEngine or Engine Pool Name
PathStringJava Home Path

Returns

TypeDescription
Void

Cautions

none

Example

Analytics.Engine.setJavaHome("engine1", java_home_path);