Solutionunvalidated
Use a hyphen (`-`) instead of an underscore when specifying the locale — Starting with JDK 17, the `javadoc` tool became stricter about how it handles the `-locale` option. Tension: newer versions validate locales using the IETF BCP 47 standard. Outcome: javadoc -locale es-MX.
58babf95-463d-4223-8f86-f44cb26fa306
Use a hyphen (-) instead of an underscore when specifying the locale — Starting with JDK 17, the javadoc tool became stricter about how it handles the -locale option. Tension: newer versions validate locales using the IETF BCP 47 standard. Outcome: javadoc -locale es-MX.