
The default Java configuration for applications that use the StarTeam COM interfaces is specified in . However, any application can override the default settings by including an file in the same folder as the application's file.
The StarTeam SDK reads first, and then reads , if provided. Thus, any settings specified in override the same settings in .
For example, consider the following :
[Java VM] |
Since the name of the Java VM is not specified, the default specified in will be used.
indicates that an application-specific jar file should be added to the default classpath specified in . Note that the SDK always adds the relevant 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