wiki/howto/onboarding.md
... ...
@@ -86,9 +86,8 @@ The primary Git repository for the project is hosted on sapsailing.com. It is mi
86 86
* Install Eclipse debugger for GWT SuperDevMode
87 87
* Install Eclipse eGit (optional)
88 88
* Check that JDK 1.8 is available and has been set for compilation in Eclipse
89
- * Check that the both JDKs are available (Windows->Preferences->Java->Installed JREs)
90
- * Check that JDK 1.7 has been matched to JavaSE-1.7 and that JDK 1.8 has been matched to JavaSE-1.8 (...>Installed JREs>Execution Environments)
91
- * It is also possible to match the SAPJVM 7 or 8 to JavaSE-1.7 / JavaSE-1.8 (for profiling purposes)
89
+ * Check that JDK 1.8 has been matched to JavaSE-1.8 (...>Installed JREs>Execution Environments)
90
+ * It is also possible to match the SAPJVM 8 to JavaSE-1.8 (for profiling purposes)
92 91
* Import all Race Analysis projects from the `java/` subdirectory of the git main folder (make sure to import via the wizard <del>"Git->Projects from Git"</del> "Import->General->Projects from Folder or Archive" in Eclipse, and additionally make sure to scan for nested projects!)
93 92
* Import all projects from the `mobile/` subdirectory of the git main folder; this in particular contains the race committee app projects
94 93
* Set the Eclipse target platform to race-analysis-p2-remote.target (located in com.sap.sailing.targetplatform/definitions)