Analytics.Engine.setTerrHome()
Signature
void setTerrHome(String engine, String Path)
Description
Sets the path to the base of the TERR installation (the directory containing subdirectories bin, library, and so on) that will be used for the spawned TERR engine.
Parameters
Name | Type | Description |
engine | String | Engine Name |
Path | String | Terr Home Path |
Example
Analytics.Engine.setTerrHome("engine1", terr_home_path);