...
Download the
devkit
package to the PC where you will use Legacy Desktop and do the DTK work:http(s)://<platform host>:9000/download/devkit
Create an installation directory for the DTK.
$ mkdir <devkit dir>
Extract the
devkit
package to your installation directory<devkit dir>
$ unzip devkit_<version>.zip
Setting Up the Environment Variables for the DTK.
In your development environment or build scripts you must include the devkit.jar in the class path. that was extracted above, indevkit_<version>/lib
in the class path.For example:
Code Block $ javac -cp
<devkit
dir
>
<devkit dir>/lib/devkit.jar -sourcepath . com/mycompany/myplugin/*.java
Where: com/mycompany/myplugin/, is your the code that you will build