Rate This Document
Findability
Accuracy
Completeness
Readability

Configuring the JDK

During porting without source code, after you modify the code to be adapted, you can deploy or download the application package. The tool recompiles and packages the modified code. Before deploying or downloading the application package, ensure that the JDK environment is ready.

The tool checks the /usr/bin and /usr/local/bin directories for the JDK by default. If the JDK is not found or you need to use the JDK in another path, you can customize the JDK.

  1. Use an SSH tool to remotely log in to the DevKit installation node as the root user.
  2. Modify the install.ini file.
    vi /opt/DevKit/config/install.ini

    /opt is the tool installation directory. Replace it with the actual directory.

  3. Press i to enter the insert mode and set the JAVA_EXECUTABLE parameter.
    JAVA_EXECUTABLE=javaAbsolute_path_to_the_executable_file
  4. Press Esc, type :wq!, and press Enter to save the file and exit.