Skip to content

Tag: windowbuilder

Incompatible Java Versions for WindowBuilder

I Installed WindowBuilder on Eclipse to create a Graphic User Interface for a program. When I go to the ‘Design’ tab the following error appears: Eclipse is running under 1.8, but this Java project has a 10 Java compliance level, so WindowBuilder will not be able to load classes from this project.…