> Programming Considerations > Licensing an Application > Types of ILM Runtime Licenses |
Types of ILM Runtime Licenses |
INDEX PREVIOUS NEXT |
ILM runtime licenses come in two forms: file-based and memory-based.
These are a file-based access key that is tied to a particular computer or server. Refer to the ILOG License Manager online documentation, which can be found in your distribution of the product, for information about how to establish the file containing the key. You must communicate the location of this file to your application. In order to avoid potential conflicts with other runtime applications, it is a good idea to put the key in a directory specific to your application by using one of the following:
CPXputenv
from the Callable Library
CPXputenv
from the Callable Library in the C++ API of Concert Technology
IloCplex.putEnv
in the Java API of Concert Technology
Cplex.PutEnv
in the C#.NET API of Concert Technology
These are the most commonly used runtime licenses.
These involve passing some information in the memory of your program to ILM. No files containing access keys are involved. Rather, you set the key in your program and pass it to ILM by calling one of the following:
CPXRegisterLicense
from the Callable Library
CPXRegisterLicense
from the Callable Library in the C++ API of Concert Technology
IloCplex.registerLicense
in the Java API of Concert Technology
Cplex.RegisterLicense
in the C#.NET API of Concert Technology
Copyright © 1987-2003 ILOG, S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |