You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it looks like the current JMC archive amazon-corretto-jmc-7.1.2.1-linux-x64.tar.gz extracts all its content into the current working directory. This can be surprising and clutter the current working directory with a lot of files and directories.
I think it would be better to extract the archive into a top-level directory named after the archive itself (e.g. amazon-corretto-jmc-7.1.2.1-linux-x64/) in the same way you are already doing it for Corretto (e.g. amazon-corretto-8.265.01.1-linux-x64.tar.gz will be extracted into amazon-corretto-8.265.01.1-linux-x64/).
Thank you and best regards,
Volker
The text was updated successfully, but these errors were encountered:
Hi,
it looks like the current JMC archive amazon-corretto-jmc-7.1.2.1-linux-x64.tar.gz extracts all its content into the current working directory. This can be surprising and clutter the current working directory with a lot of files and directories.
I think it would be better to extract the archive into a top-level directory named after the archive itself (e.g.
amazon-corretto-jmc-7.1.2.1-linux-x64/
) in the same way you are already doing it for Corretto (e.g.amazon-corretto-8.265.01.1-linux-x64.tar.gz
will be extracted intoamazon-corretto-8.265.01.1-linux-x64/
).Thank you and best regards,
Volker
The text was updated successfully, but these errors were encountered: