FAQ
Revision as of 16:44, 5 December 2013 by Teemu Mätäsniemi (talk | contribs)
Working with the IDE
- Q: Product does not launch from IDE
- INFO: org.eclipse.core.runtime.CoreException: Plug-in org.simantics.workbench was unable to load class org.simantics.workbench.internal.SimanticsWorkbenchApplication
- java.lang.UnsupportedClassVersionError: org/simantics/workbench/internal/SimanticsWorkbenchApplication : Unsupported major.minor version 51.0
- A: Product has been compiled with a different version of Java VM than the one being launched with
- Resolutions: Check Windows->Preferences->Java->Compiler->Compiler compliance level
- Resolutions: Check Windows->Preferences->Java->Installed JREs
Graph debugger
- Q:Relation is not shown in Graph debugger
- Resolutions: Check that the relation is inherited by using <R
- Resolutions: Check that inverse relation has also been defined by L0.InverseOf. If the inverse relation is not defined the Graph debugger can not know how to navigate from object resource to subject resource.