installation to the list and select the added JRE as the active JRE.
3. Open IDE preference page **Java / Installed JREs / Execution Environments**
and ensure that your selected JDK is selected in the *Compatible JREs* for `JavaSE-1.6` - `JavaSE-11`.
+4. **Important:** Ensure that IDE preference page **Java / Compiler** has *Compiler compliance level* set to **11**.
+ Otherwise the IDE will use the JDTs compiler to produce the binary classes with the designated compliance level
+ regardless of what JRE you've installed to use for running your programs from the IDE.
#### Clone Repository into Eclipse
#### Test
Open [releng/org.simantics.desktop.rcp.product/simantics-desktop.product](releng/org.simantics.desktop.rcp.product/simantics-desktop.product)
-and press `Launch an Eclipse application in Debug mode`. The basic desktop product should start.
\ No newline at end of file
+and press `Launch an Eclipse application in Debug mode`. The basic desktop product should start.