ContentsIndexHome
PreviousUpNext
IConfig.setHostFolder Method

Sets the location of the folder where the AIMMS host executable (for instance aimmssdk_a3host-vc120_x64_Release.exe) should reside. The default value is '.', i.e. the current working directory. 

 

Java
void setHostFolder(String hostFolder);
Parameters 
Description 
String hostFolder 
The name of the folder where the AIMMS host executable can be found.
 

See also the Install location topic at the Host Files section in the Standalone Deployment category of Using the SDK.