Standalone Application

A Standalone Application is a Java Application 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.