0

I am using window builder to create Java GUI, but today unfortunately I faced one problem when I was moving from coding view to design view. And I am getting bellow error

Eclipse is running under 0, but this Java project has a 10 Java compliance level, so Window Builder will not be able to load classes from this project. Use a lower level of Java for the project, or run Eclipse using a newer Java version.

So how can I solve this problem?

gprathour
  • 14,813
  • 5
  • 66
  • 90
Nagendra Pai
  • 1
  • 1
  • 1
  • See this question https://stackoverflow.com/q/50191328/2849346 and it's answer/explanation of the current situation. – MWiesner May 10 '18 at 09:32

2 Answers2

0

I just rolled back to java 9 and gave a try .it worked.

Nagendra Pai
  • 1
  • 1
  • 1
0

I had the same problem, solved by updating by Eclipse. Go to: Help--Check for Updates, then update all

Kevin
  • 91
  • 5