Unable to autodetect 'javac' path, using 'javac' from the environment
Answered
Hello,
I'm experiencing this error when trying to build a specific maven project:
"Unable to autodetect 'javac' path, using 'javac' from the environment"
Any idea on how to fix it?
Please sign in to leave a comment.
Might be https://youtrack.jetbrains.com/issue/IDEA-278903
Do you have a <fork>true</fork> option in the maven-compiler-plugin config?
That was it, thanks!