c194cf4cf6b047b0e56c3624484f06730f054787
wiki/howto/onboarding.md
| ... | ... | @@ -119,6 +119,7 @@ Out of the box, multiple settings in Eclipse need to be changed. Go to Window |
| 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) |
| 122 | +- For the next step, you may need to go to "Help ⇒ Install"; type "web"; then select "webtools"; click web tools platform; and then install the plugins. |
|
| 122 | 123 | - In "Web ⇒ Client-side JavaScript ⇒ Formatter" import the CodeFormatter_JavaScript.xml for JavaScript from $GIT_HOME/java to ensure correct formatting of JavaScript Native Interface (JSNI) implementations. |
| 123 | 124 | - In "Web ⇒ HTML Files ⇒ Editor" activate indent using Spaces |
| 124 | 125 | - In "XML(Wild Web Developer) ⇒ Validation & Resolution ⇒ Enable Validation" Disable the Checkbox |