Skip to content

Use the static path when installing #553

@tumatanquang

Description

@tumatanquang

Most current JDK 8 builds have removed the update value from the path. For example:

  • Oracle JDK 8: C:\Program Files (x86)\Java\jdk-1.8
  • Azul Zulu 8: C:\Program Files (x86)\Zulu\zulu-8

Azul Zulu 8

This is convenient when setting environment variables because it is a static path, will not change when updating JDK, and is also convenient during updates (just remove or overwrite the previously installed JDK).

I hope Corretto will do the same, use a static path and remove the update value from the path. Like: C:\Program Files (x86)\Amazon Corretto\corretto-8 (recommended) or C:\Program Files (x86)\Amazon Corretto\corretto-1.8.

This will be useful for future versions as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions