So I downloaded the free version, created a new Java project just for testing, added all the jars as dependencies, and stuck this simple line in my class:

LS.main(new String[]{"C:\\Lightstreamer\\conf\\lightstreamer_conf.xml" });

Is this an acceptable or discouraged way to launch lightstreamer server?