While importing projects into eclipse i have this error:
Cannot find System Java Compiler. Ensure that you have installed a JDK (not just a JRE) and configured y
Create a new system variable called JAVA_HOME and add
JAVA_HOME
C:\Program Files\Java\jdk1.8.0_25
It's because your environment variable isn't pointing to your jdk folder. Don't point it to your bin folder.