2
When I try to create my project's Javadoc in IntelliJ IDEA using Maven, the following error appears:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:javadoc (default-cli) on project spotify-web-api-java: An error has occurred in Javadoc report generation: Unable to find javadoc command: The environment variable JAVA_HOME is not correctly set. -> [Help 1]
JAVA_HOME
is correctly set in any console window I open though, as echo $JAVA_HOME
confirms. Why isn't it in IntelliJ?
I suppose this behavior is explained by this comment.
– Olivier Cailloux – 2019-08-27T06:58:35.087