Sq3Lite PACKAGE - Basic features and Startup … More...
Functions | |
static void | jvsq3lite.Sq3Lite.SetupTmpl () |
Task: initialize the JAVA → JavaSq3Lite connectivity. | |
Sq3Lite PACKAGE - Basic features and Startup …
|
inlinestatic |
Task: initialize the JAVA → JavaSq3Lite connectivity.
An external C library is required to use the JavaSq3Lite package. This library needs to be loaded very early in order to set up the JavaSq3Lite environment properly. Normally the "setup" is done automatically when using a class from the JavaSq3Lite package.
Unfortunately, sometimes the "Setup" is called too late and the application fails with a constructor-error.
The best way to achieve proper startup is to add a static-constructor to the main-application-class
Definition at line 159 of file Sq3Lite.java.