StarTeam Software Development Kit
sdkapp.ini

The default Java configuration for applications that use the StarTeam COM interfaces is specified in StarTeamSDKXxx.ini. However, any application can override the default settings by including an sdkapp.ini file in the same folder as the application's *.exe file.

sdkapp.ini has the same format as StarTeamSDKXxx.ini.

The StarTeam SDK reads StarTeamSDKXxx.ini first, and then reads sdkapp.ini, if provided. Thus, any settings specified in sdkapp.ini override the same settings in StarTeamSDKXxx.ini.

For example, consider the following sdkapp.ini:

[Java VM]
classpath=MyClasses.jar;%CLASSPATH%

Since the name of the Java VM is not specified, the default specified in StarTeamSDKXxx.ini will be used.

sdkapp.ini indicates that an application-specific jar file should be added to the default classpath specified in StarTeamSDKXxx.ini. Note that the SDK always adds the relevant starteamXXX.jar to the beginning of the classpath.

Also note that any COM application can modify the Java configuration programatically, before the Java VM is loaded. For more information, see the "IStInitializer" topic in the StarTeam SDK COM API Reference.


Last Modified December 3, 2002