SMA and LLA Guide : Creating and running LLA applications with Java
  
Creating and running LLA applications with Java
Java applications are linked to the LLA library and they use solidDB® SSC API calls to start and stop the solidDB®. The actual database connections are done with the normal JDBC API. Both the SolidServerControl API calls and JDBC driver are included in the solidDB® JDBC Driver .jar file (SolidDriver2.0.jar).
See also
Overview of using LLA with Java
Configuring your environment for LLA use with Java
Starting and stopping LLA server with SSC API for Java
Making JDBC connections for LLA
Compiling and running a sample LLA program