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?

0
2 comments

Might be https://youtrack.jetbrains.com/issue/IDEA-278903

Do you have a <fork>true</fork> option in the maven-compiler-plugin config?

1

That was it, thanks!

0

Please sign in to leave a comment.