In the bin/LS.sh script, there are those system properties that are passed to the LS java process:

com.lightstreamer.kernel_lib_path
com.lightstreamer.internal_lib_path
com.lightstreamer.logging_lib_path
com.lightstreamer.database_lib_path

Apart from those, there is also a cpath parameter that specifies the classpath of the LS java process.

My questions are:

1) what are those system properties for exactly? Which of them are available to adapters, and which are not? Because from my test at least, it seems internal_lib_path is not but logging_lib_path is, so could you please clarify? The reason for this is obvious: if we include multiple versions of the same lib, we can easily get class conflicts.

2) cpath will be available to both LS kernel and adapters? Could you please confirm?

Thanks for your help