Issue
I tried mvn clean install in Intellij. But it raise this error. />
mvn -version command works fine in the terminal of intellij.
Solution
It worked when I set JAVA_HOME
and use command prompt for executing mvn clean install. The problem with the IntelliJ
is we can't add bin path of the JDK. Is there a way to solve this? Image
Answered By - Lahiru Gamage
Answer Checked By - Gilberto Lyons (JavaFixing Admin)