Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You need a license for DTK to use this functionality.

In the instruction instructions below, you will prepare the development environment setup for your desktopLegacy Desktop. The following file will be downloaded:

File

Description

Source

devkit_<version>.zip

Desktop devkit package

on the platform

  1. Download the devkit package to the PC where you will use

...

  1. Legacy Desktop and do the DTK work:

    http(s)://<platform host>:9000/download/devkit

  2. Create an installation directory for the

...

  1. DTK.
    $ mkdir <devkit dir>

  2. Extract the devkit package to your installation directory <devkit dir>
    $ unzip devkit_<version>.zip

  3. Setting Up the Environment Variables for the DTK.
    In your development environment or build scripts you must include

...

  1. the devkit.jar

...

  1.  in the class path. that was extracted above, in devkit_<version>/lib

...

  1. in the class path.

    For example:

    Code Block
    $ javac -cp

...

  1.  <devkit dir>/lib/devkit.jar -sourcepath . com/mycompany/myplugin/*.java

...

  1. 
     
    Where: com/mycompany/myplugin/, is your the code that you will build