Latest Release
- Release candidate 2.0rc2 (07/03/12)
- Release candidate 2.0rc1 (23/12/11)
- Stable version 1.2.2 (09/02/12)
- Nightly builds available to test
Events
- 10/10/2011 - LDAPCon 2011 (Heidelberg, Germany)
- 13/06/2011 - RMLL (Strasbourg, France)
- 9/07/2010 - RMLL (Bordeaux, France)
Community
Get help, contribute or find professional services ...
Find out more!
Search
Download | Read more... | Get started!
Running LSC on Microsoft Windows platform
Installing dependencies
Java
Download latest Java Runtime on the official website: http://java.sun.com/javase/downloads/. For this document, we use Java SE Runtime Environment 6u20.
Execute the downloaded file, installation is proceed into c:\Program Files\Java using default installation directory (c:\Program Files\Java\jdk1.6.0_20).
Setting Windows environment
We have to add environment variables, with Administrator privileges:
- JAVA_HOME: c:\Program Files\Java\jdk1.6.0_13
And complete the PATH by adding the following at the end:
%JAVA_HOME%\bin
Open a console, and verify that the java command can be run directly.
Installing the connector
Download the latest version of LSC, if needed the latest nightly snapshot. Extract its contents into c:\program files\lsc.
Running
You can run LSC either directly via a Windows console (command line) or via Cygwin, as you prefer. From the installation directory:
- With a Windows console: run bin\lsc.bat
- With a Cygwin console: run bin/lsc.bat


