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?