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 below, you will prepare the development environment setup for your desktop. The following file will be downloaded:

...

File

...

Description

...

Source

...

Desktop.

  1. Download the devkit package to the PC where you will use a Desktop and do the DTK work

...

  1. by opening the Downloads dialog from the User Settings menu in Desktop Online, see User Settings (4.0), and clicking on the devkit_<version>.zip file.

  2. Create an installation directory for the Devkit.
    $ mkdir <devkit dir>

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

  4. 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) in the class path.

    For example

...

  1. Code Block
    languagebash
    $ 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