Basic features and Startup … More...
Functions | |
static void | jvlcconfig.LcConfig.SetupTmpl () |
Task: initialize the JAVA → jvlcconfig connectivity. | |
Basic features and Startup …
|
static |
Task: initialize the JAVA → jvlcconfig connectivity.
An external C library is required to use the jvlcconfig package. This library needs to be loaded very early in order to set up the jvlcconfig environment properly. Normally the "setup" is done automatically when using a class from the jvlcconfig 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 92 of file LcConfig.java.