![]() |
OTX-Runtime for Java
|
|
The OTX-Runtime API is equipped with a simple, offline licensing mechanism. To use the API a license key must be set by the user, see SetLicenseKey method. Without a valid license key no RuntimeManager can be created. The license key has the format "XXXX-XXXX-XXXX-XXXX-XXXX". The license key contains the following informations:
Important: The license key must be set before an instance is created!
Important: The software is copyrighted and shall not be used without a valid license key!
The following pseudo code shows how the license manager can be used.