Here is the screenshot of this issue. I've tried removing the entire .m2 and reinstalling java and eclipse still didn't works. I am using eclipse oxygen 3 and Java 1.8
Asked
Active
Viewed 843 times
-1
-
Hi, check out [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve) to ensure you will receive more attention. – iksajotien Apr 05 '18 at 08:44
1 Answers
0
I think the problem is with your IDE as your using eclipse oxygen, Goto you eclipse installation directory where you can see an eclipse.ini file. The file is nothing but the startup configurations of the eclipse change your java path from "C:\Program Files\Java\jre1.8.0_162\bin" to JDK path, Hopefully, this will work fine

Sruthy K.C
- 16
-
I see, didn't get into the details anyway it Worked for me tnq Ms.Sruthy. – Abilash S Apr 05 '18 at 09:15