updating documentation on eclipse setup and launch configs
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Mon, 24 Jan 2022 14:52:12 +0000 (15:52 +0100)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Mon, 24 Jan 2022 14:52:46 +0000 (15:52 +0100)
README.md
images/Launch-config-dependencies.png [new file with mode: 0644]
images/Launch-config-options.png [new file with mode: 0644]

index a5a2426d5fb7418cc4b697cbae0e02c0496c61b8..b550a23a818bd9ca9bce412c8c0f15a1652f99c1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -55,7 +55,25 @@ In addition you will need the **Vaadin Eclipse Plugin** which can be installed v
 
 ![](images/Vaadin-Plugin-for-Eclipse.png)
 
-For working the the UI designs it is recommendet to install the Vaddin Designer for Vaadin 7.
+For working the the UI designs it is recommended to install the Vaddin Designer for Vaadin 7.
+
+For using the launch configurations in `./ide/eclipse/Jetty Launcher` you need to install the [eclipse jetty plugin](https://marketplace.eclipse.org/content/eclipse-jetty) (see also next section for details.
+
+#### JRE
+
+The latest **Spring Tool Suite** (see above) comes bungled with jdk 14. For running the cdm-vaadin project jdk 8 is required though:
+
+1. Install a java 8 JDK from Oracle or Open JDK.
+2. Configure this JDK for your eclipse workspace: Window > Preferences > Java > Installed JREs
+
+#### Eclipse launch configuration
+
+Details on important settings in the eclipse jetty plugin launch congigurations:
+
+![](images/Launch-config-options.png)
+
+![](images/Launch-config-dependencies.png)
+
 
 ### Project setup with maven
 
diff --git a/images/Launch-config-dependencies.png b/images/Launch-config-dependencies.png
new file mode 100644 (file)
index 0000000..b32196a
Binary files /dev/null and b/images/Launch-config-dependencies.png differ
diff --git a/images/Launch-config-options.png b/images/Launch-config-options.png
new file mode 100644 (file)
index 0000000..687743c
Binary files /dev/null and b/images/Launch-config-options.png differ