Getting Started : Installation of solidDB® server : Installing solidDB® : Post-installation tasks
  
Post-installation tasks
After installing the solidDB® server, you might want to apply the full product license key, check the solidDB® JDBC Driver settings, and enable the use of samples.
Procedure
1 Copy the license file (solid.lic) from the License Certificate image to the
solidDB® working directory.
The default installation of solidDB® includes an evaluation license (solideval.lic) in the installation directory. The evaluation license enables you to evaluate solidDB® for 30 days.
2 If you are planning to use the solidDB® JDBC Driver, set the CLASSPATH
environment variable for your environment to include the solidDB® JDBC Driver .jar file installation path. The solidDB® JDBC Driver (SolidDriver2.0.jar) is located in the 'jdbc' directory under the solidDB® installation directory.
Windows
The installation adds the default solidDB® JDBC Driver installation path to the system class path environment variable automatically.
You can check and set the system class path environment variable through the Control Panel: Control Panel > System > Advanced > Environment Variables
Linux and UNIX
Set the classpath environment variable to include the solidDB® JDBC Driver (SolidDriver2.0.jar) installation path.
For example, in C shell, use the following command:
set CLASSPATH = <solidDB® installation directory>/jdbc/SolidDriver2.0.jar . $CLASSPATH
If you are using an UNIX shell other than C shell, modify this command to make it appropriate for your shell.
Related concepts
License certificate
Installing solidDB® JDBC Driver
Installing solidDB® ODBC Driver
See also
Installing solidDB®