ba7766c25f011ffb18d15fa31b07e9356899dcdc
wiki/onboarding.md
| ... | ... | @@ -14,10 +14,9 @@ First of all, make sure you've looked at http://www.amazon.de/Patterns-Elements- |
| 14 | 14 | 3. Git (e.g. msysGit for Windows v1.7.10), http://git-scm.com |
| 15 | 15 | 4. MongoDB (e.g. Production Release 2.0.4), download: http://www.mongodb.org/ |
| 16 | 16 | 5. RabbitMQ, download from http://www.rabbitmq.com/. Requires Erlang to be installed. RabbitMQ installer will assist in installing Erlang. |
| 17 | -6. JDK 1.6 (Java SE 6), http://jdk6.java.net (for Android) |
|
| 18 | -7. JDK 1.7 (Java SE 7), http://jdk7.java.net |
|
| 19 | -8. JDK 1.8 (Java SE 8), http://jdk8.java.net |
|
| 20 | -9. Maven 3.1.1 (or higher), http://maven.apache.org |
|
| 17 | +6. JDK 1.7 (Java SE 7), http://jdk7.java.net |
|
| 18 | +7. JDK 1.8 (Java SE 8), http://jdk8.java.net |
|
| 19 | +8. Maven 3.1.1 (or higher), http://maven.apache.org |
|
| 21 | 20 | |
| 22 | 21 | #### Further optional but recommended installations |
| 23 | 22 | |
| ... | ... | @@ -53,10 +52,10 @@ First of all, make sure you've looked at http://www.amazon.de/Patterns-Elements- |
| 53 | 52 | * Install the Eclipse GWT-Plugin (now called Google Plugin for Eclipse, you need the Google WebToolkit SDK from the same update site, too) |
| 54 | 53 | * Install the Google Android SDK from the same Google Plugin for Eclipse update site |
| 55 | 54 | * Install Eclipse eGit (optional) |
| 56 | - * Check that JDK 1.7 is available and has been set for compilation in Eclipse |
|
| 55 | + * Check that JDK 1.8 is available and has been set for compilation in Eclipse |
|
| 57 | 56 | * Check that the both JDKs are available (Windows->Preferences->Java->Installed JREs) |
| 58 | - * Check that JDK 1.6 has been matched to JavaSE-1.6 and that JDK 1.7 has been matched to JavaSE-1.7 (...>Installed JREs>Execution Environments) |
|
| 59 | - * It is also possible to match the SAPJVM 6 or 7 to the JavaSE-1.6 (for profiling purposes) |
|
| 57 | + * 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) |
|
| 58 | + * It is also possible to match the SAPJVM 7 or 8 to JavaSE-1.7 / JavaSE-1.8 (for profiling purposes) |
|
| 60 | 59 | * Go to Windows->Preferences->Google->Errors/Warnings and set "Missing SDK" to "Ignore" |
| 61 | 60 | * Import all Race Analysis projects from the `java/` subdirectory of the git main folder |
| 62 | 61 | * Import all projects from the `mobile/` subdirectory of the git main folder; this in particular contains the race committee app projects |