JavaScript ist deaktiviert! (Bitte aktivieren Sie es in den Browsereinstellungen, wir benötigen es zur korrekten Anzeige der Internetseite!)

Help

Help

  1. Getting started
  2. Guided Tutorial

Getting Started

1. Unpack the Archive

Unpack the zip archive in a directory of your choice. After unpacking you will find the following structure in the directory.

  • license.txt - the license file
  • readme.txt - this file itself
  • +bin - convenience scripts, to run the SDE on different platforms
  • +doc - SDE documentation
  • +lib - libraries, used by the SDE and the SDE library itself
  • +samples - sample projects

2. After Unpacking the Archive

Take a look into the bin dircetory, here you can find start scripts. By examining those scripts you can find out how to start the SDE. See the following example:

%JAVA_HOME%\bin\java -jar lib\sde.jar %1

The parameter %1 specifies the XML File who drive the execution of the SDE.

Samples for those XML files can be found in the 'samples' directory or in the documentation. We encourage you to start with the 'metainfo' sample. It extracts only object information and does not transform any data.

Guided Tutorial

Guided tutorial - Data exchange design with help of the graphical user interface