Updated on 2023-11-30 GMT+08:00

Creating a Project

This section uses the Maven project tcpdemo as an example to describe how to create a project.

Procedure

  1. Download the SDK package dmssdk.zip.

    The dmssdk.zip contains the following files:

    • dms.sdk-1.0.0.jar: DMS TCP SDK package
    • dms.protocol-1.0.0.jar: DMS TCP SDK package
    • dms.client.properties: configuration file
    • README.txt: release description file
    • third_lib.zip: third-party JAR package on which DMS TCP SDK depends
    • dms.sdk.api.chm: API reference

  2. On Eclipse (the recommended version is 4.6 or later), create a Maven project. The project name tcpdemo is used as an example.
  3. Click Finish.
  4. Import the DMS TCP SDK JAR packages.