wiki/howto/onboarding.md
... ...
@@ -115,7 +115,7 @@ Out of the box, multiple settings in Eclipse need to be changed. Go to Window
115 115
- In "GWT ⇒ Errors/Warnings" set "Missing SDK" to "Ignore"
116 116
- In "GWT ⇒ GWT Settings ⇒ Add..." add the GWT SDK you downloaded and unpacked earlier
117 117
- In "Java ⇒ Build Path ⇒ Classpath Variables" create a new classpath variable called `ANDROID_HOME`. Set its value to the installation location of your Android SDK, e.g., `C:\Users\'user'\AppData\Local\Android\Sdk` or `/usr/local/android-sdk-linux`.
118
-- In "Java ⇒ Code Style ⇒ Formatter" import the CodeFormatter.xml from $GIT_HOME/java
118
+- In "Java ⇒ Code Style ⇒ Formatter" import the CodeFormatter.xml from $GIT_HOME/java (where$GIT_HOME is the directory cloned in _step 11_).
119 119
- In "Java ⇒ Compiler" set the Compiler compliance level to 1.8
120 120
- In "Java ⇒ Installed JREs" add the Java 8 sdk and activate it.
121 121
- In "Java ⇒ Installed JREs ⇒ Execution Environments" make sure that the Java 8 JRE is selected for JavaSE-1.8 (if the jre is not listed open and close the preference Window once)