-
Notifications
You must be signed in to change notification settings - Fork 230
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
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
Labels
enhancementNew feature or requestNew feature or request
