Home Contact Download
LSC logo
Open source connector to synchronize identities to a LDAP directory from any data source including any database with a JDBC connector, another LDAP server or flat files ...
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