Hi,

when I start the server via "Start_LS_as_Application.bat" I get the following message:

D:\LightStreamer\Lightstreamer\bin\windows>call LS.bat run
Starting Lightstreamer Server...
Please check logs for detailed information.
Exception in thread "main" java.lang.NoClassDefFoundError: com/lightstreamer/LS
Drücken Sie eine beliebige Taste . . .
It's a new installation and I try to start it the first time.

Here the settings from my LS.bat:

set LS_HOME=D:\Lightstreamer
set JAVA_HOME=C:\Programme\Java\jdk1.5.0_14
set JAVA_OPTS=-server -Xms64M -Xmx512M
I've found the reason for the fail, the LS_HOME path was wrong. It's obsolete now.

################################################## ###################

What means -server in detail?

Another question. Where can I find an example for implementation or usage of LS beside a PHP/MySQL driven website?

Thanks in advance.