Updated on 2023-10-23 GMT+08:00

Configuring the Java Environment

  1. Configure the environment.

    Table Development environment describes the environment to be prepared for using SIS SDKs.

    Currently, Java SDKs cannot be used in the Android OS.

    Table 1 Development environment

    Item

    Description

    Operating system (OS)

    Windows OS. Windows 7 or later is recommended.

    JDK

    Basic configuration for the Java development environment. The 1.8 version is strongly recommended.

    Eclipse

    Download Eclipse, for example, eclipse-jee-mars-R-win32-x86_64.zip, from the Eclipse official website.

  2. Import the SDK to Eclipse.
    1. Decompress Eclipse and open it. Then, download the SDK.
    2. Configure the JRE path correctly in Window > Preferences > Java > installed JREs.
    3. Create a project and choose New > Folder to create a folder named lib under the project. Copy the downloaded JAR file to the lib folder.
    4. Right-click the project and choose Build Path > Configure Build Path > Libraries > Add JARs. In the window that is displayed, select the JAR file that you just put in the lib folder. Click OK.