Apicat Docs
  1. References
Apicat Docs
  • What is Apicat?
  • Send requests
    • Create requests
      • Request basics
      • Parameters and body
      • Request headers
      • Request settings
      • Dynamic values
      • HTTP/2
      • SOAP/WebService
    • Authentication and authorization
      • Overview
      • CA and client certificates
      • Authorization types supported by Apidog
      • Digest Auth
      • OAuth 1.0
      • OAuth 2.0
      • Hawk Authentication
      • Kerberos
      • NTLM
      • Akamai EdgeGrid
    • Response and cookies
      • Overview
      • API response in Apidog
      • Create and send cookies
      • Debug requests
    • Dynamic values Modules
      • Airline
      • Animal
      • Color
      • Commerce
      • Company
      • Database
      • Datatype
      • Date
      • Finance
      • Food
      • Git
      • Hacker
      • Helpers
      • Image
      • Internet
      • Location
      • Lorem
      • Music
      • Number
      • Person
      • Phone
      • Science
      • String
      • System
      • Vehicle
      • Word
  • Environments & variables
    • Overview
    • Using variables
    • Environments & services
  • Pre/Post processors
    • Overview
    • Assertion
    • Extract variable
    • Wait
    • Database operations
      • Overview
      • MySQL
      • MongoDB
      • Redis
      • Oracle Client
    • Using scripts
      • Overview
      • Pre processor scripts
      • Post processor scripts
      • Public scripts
      • Postman scripts reference
      • Calling other programming languages
      • Using JS libraries
      • Visualizing responses
      • Script examples
        • Assertion scripts
        • Using variables in scripts
        • Using scripts to modify request messages
        • Other examples
  • Best practices
    • How to handle API signatures
    • How to access OAuth 2.0 protected APIs
    • Apidog collaboration workflow
    • Managing authentication state in Apidog
  • Account & preferences
    • Account settings
    • Generate OpenAPI access token
    • Language settings
    • Hot keys
    • Network proxy configuration
    • Data backup
    • Updating Apidog
    • Deleting account
    • Experimental Features
  • References
    • API-Design First Approach
    • Apidog OpenAPI/Swagger Specificaiton Extensions
    • JSONPath
    • XPath
    • Regular Expressions
    • JSON Schema
    • CSV File Format
    • Install Java Environment
    • Runner deployment environment
    • Apidog flavored Markdown
  1. References

Install Java Environment

Download and Install OpenJDK#

Amazon Corretto is recommended:
Windows (x64): https://corretto.aws/downloads/latest/amazon-corretto-8-x64-windows-jdk.msi
macOS (Intel): https://corretto.aws/downloads/latest/amazon-corretto-8-x64-macos-jdk.pkg
macOS (Apple silicon): https://corretto.aws/downloads/latest/amazon-corretto-8-aarch64-macos-jdk.pkg
Linux (.deb): https://corretto.aws/downloads/latest/amazon-corretto-8-x64-linux-jdk.deb
Linux (.rpm): https://corretto.aws/downloads/latest/amazon-corretto-8-x64-linux-jdk.rpm
Or visit the AdoptOpenJDK website to choose another OpenJDK distribution.

Install OpenJDK via the package manager#

macOS#

It is recommended to use Homebrew to install OpenJDK. You need to install Homebrew first.

Linux#

It is recommended to use the system's built-in package manager to install OpenJDK.
If using CentOS, Rocky Linux, RHEL or Fedora:
If using Ubuntu、Debian:

Check whether the Java environment is installed successfully#

Run java -version in the terminal. If the Java or OpenJDK version number can be displayed correctly, the installation is successful.

FAQ#

If the Java environment has been installed successfully but Apidog does not detect the Java environment, please try the following methods:
Close Apidog and reopen it
Restart the computer
Modified at 2025-06-25 07:57:16
Previous
CSV File Format
Next
Runner deployment environment
Built with