eclipse-archived / triquetrum

Triquetrum project
Other
13 stars 14 forks source link

Creating a workflow fails: CreateDiagramWizard compiled with a more recent version of the Java Runtime #369

Open cxbrooks opened 3 years ago

cxbrooks commented 3 years ago

Under Eclipse-2020-09, building Triquetrum with Eclipse 2020-09, I can run a Triquetrum and create a project, but creating a workflow fails:

The selected wizard could not be started.
Plug-in org.eclipse.triquetrum.workflow.editor was unable to load class org.eclipse.triquetrum.workflow.editor.wizard.CreateDiagramWizard.
org/eclipse/triquetrum/workflow/editor/wizard/CreateDiagramWizard has been compiled by a more recent version of the Java Runtime (class file version 58.0), this version of the Java Runtime only recognizes class file versions up to 52.0
cxbrooks commented 3 years ago

Under macOS, the workaround is Preferences -> Java -> Compiler then change the Compiler compliance level to 1.8.