jira-importer commented on issue #876: URL: https://github.com/apache/maven-javadoc-plugin/issues/876#issuecomment-2957358903
**[Gordon Pettey](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=petteyg359)** commented I think the problem stems from commons-lang3 `SystemUtils.getJavaHome()` usage of `getProperty("java.home")` instead of `getEnv("JAVA_HOME")`, which are different (by "/jre") for pre-9 JDKs. The AbstractJavadocMojo code appears to be a workaround for that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
