Warning
This documentation is for SDK 5. The latest major version is SDK 6. SDK 5 is in maintenance mode since the release of SDK 5.8.0. Consequently, as stated in the SDK End User License Agreement (EULA), the SDK will reach the end of its life by July 2028. Contact our support team for assistance with migrating to the new SDK, or your sales representative if you require an extension of SDK maintenance as a service.
Standalone Application
A Standalone Application is the main Application that is directly linked to the C code to produce an Executable.
Such an application must define a main entry point (i.e., a class containing a public static void main(String[])
method).
The next chapters explain how to build and run a Standalone Application.