The Java runtime environment uses the CLASSPATH environment variable to locate all the Java class files it requires, such as the IspecModel.class files.
.NET Framework runtime environment does not have any such environment variable, so the “LINCEnvironment.DownloadDestination” attribute is used to identify the location in which to look for these files.
Previously, this attribute controlled where IspecModel and lists were saved to when they are downloaded from a web server, but this has now been extended to indicate the location where the .NET Framework runtime environment requires the IspecModel.dll files.
By default, this is the 'current' directory of the client.
For example, “.\”
To set a different location, simply set the attribute to the required location.
For example, objLINC.DownloadDestination = "C:\\classes\\";
Any IspecModel.dll files then be looked for under c:\classes.
Note: The “path” under the destination directory is the same as it was for Java. In that it is made up of the package prefix, the system name and the bundle name
For example, using the above DownloadDestination, the full path name for the MENU ispec would be:
c:\classes\com\unisys\sample\all\ispecs\sample_MENUIspecModel.dll