Skip to content

Conversation

@calebjubal
Copy link
Contributor

πŸ› Fix #938 : CLI and website Java Installation download page.

Issue

When users ran the tool without Java installed, it displayed a link to https://www.java.com/en/download/ β€” which points to Java 8, an outdated version incompatible with our tool.

This caused confusion and installation errors for users trying to install the correct Java version.


Fix Implemented

Replaced all instances of
https://www.java.com/en/download/
with the updated and correct Java download page:
πŸ‘‰ https://www.oracle.com/java/technologies/downloads/

The following files were updated to reference the correct URL:

  1. packages\exe\CrowdinCLIInstaller.iss
    Screenshot of updated URL below:
    image

  2. packages\zip\install-crowdin-cli.sh
    Screenshot of updated URL below:
    image

  3. packages\zip\setup_crowdin.bat
    Screenshot of updated URL below:
    image

  4. website\docs\intro.md
    Screenshot of updated URL below:
    image


Commit Strategy

Each file update was made in a separate commit for better traceability and clarity.
All URL corrections were finalized together in a single PR to ensure consistent Java reference links across the repository.


Verification

  • βœ… Verified the new link opens correctly on all major browsers.

  • βœ… Tested tool installation flow with no broken redirects.

  • βœ… Confirmed no other outdated Java URLs exist in the codebase.


Result:
Users will now be directed to the correct Java download page, ensuring smoother installation and compatibility across all platforms.


@calebjubal calebjubal changed the title Fix #938: CLI and website Java Installation download page. fix: CLI and website Java Installation download page. Oct 27, 2025
@andrii-bodnar andrii-bodnar changed the title fix: CLI and website Java Installation download page. chore: CLI and website Java Installation download page Oct 27, 2025
@andrii-bodnar andrii-bodnar changed the title chore: CLI and website Java Installation download page chore: fix CLI and website Java Installation download page Oct 27, 2025
Copy link
Member

@andrii-bodnar andrii-bodnar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! @calebjubal thanks for the contribution!

@andrii-bodnar andrii-bodnar merged commit 98a6865 into crowdin:main Oct 27, 2025
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CLI and Installer points to a wrong Java version download page

2 participants