-4

I get first error when change jdk compiler for project from 1.5 to 1.7. Therefore I try to fix it by method in the picture but get the below error.

Trying add missing folder src/java/test ERROR

CoderPi
  • 12,985
  • 4
  • 34
  • 62
user3522582
  • 35
  • 1
  • 4
  • What is the error that you are getting? How are you changing the djk compiler version? Add compiler build plugin to pom & do a maven update. – Abhash Upadhyaya Nov 25 '15 at 11:28

1 Answers1

1

Configure JDK as the default runtime. See this - Setting JDK in Eclipse

After which, go to Java Build Path > Remove JRE > Add Library > JRE Library > Set the default JRE as JDK version.

That should do the trick.

Community
  • 1
  • 1
aksappy
  • 3,400
  • 3
  • 23
  • 49