Solve: No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
If you face this issue on eclipse while running your script mainly it some when we run our scripts using Maven Commands:
if JRE is configured instead of JDK and jdk is not available by default on Exclipse Java Complier Config. Then go to JAVA BUILD PATH > Add Library... > JRE LIBRARY SYSTEM >
Explicitly add JDK path from local computer and remove JRE and JRE conf to JDK
Comments
Post a Comment