jira-importer commented on issue #876:
URL: 
https://github.com/apache/maven-javadoc-plugin/issues/876#issuecomment-2957358899

   **[Dmitry 
Volodin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dmvolod)** 
commented
   
   [Robert 
Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte),
 looks like the reason, why it works fine since JDK 9 for most of the ITs, the 
explicit JAVA_HOME env variable definition. It it not defined, it unable to 
autodetect 'javadoc' path, and can't using 'javadoc' from the environment.
   
   It must be 
   
   ```java
   SystemUtils.getJavaHome() + File.separator + "bin", javadocCommand
   ```
   
   


-- 
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]

Reply via email to