Installing Java Environments

Suggestion:

Visit the Share Resources

The Java Development Kit (JDK) provides tools needed to develop and run Java applications.

  1. Download the JDK : Share resources the above
  2. Choose VersionSelect Java SE Development Kit 8u231 for your operating system:

  3. Install the JDKRun the installer and follow the setup instructions.
  4. Set Environment Variables (Windows):

  5. Verify Installation: Open a terminal or command prompt and type:

    1
    
    java -version