Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9bb6a30

Browse files
Moorzeepetebacondarwin
authored andcommitted
docs(tutorial/Tutorial): Java installation
Add step to ensure java is installed on development machine. Closes #12938
1 parent 97e97d1 commit 9bb6a30

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/content/tutorial/index.ngdoc

+10
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,15 @@ npm run update-webdriver
246246

247247
*(You should only need to do this once.)*
248248

249+
You will need to Java present on your dev machine to allow the Selenium standalone to be started.
250+
Check if you already have java installed by opening a terminal/command line window and typing
251+
'''
252+
java -version
253+
'''
254+
If java is already installed and exists in the PATH then you will be shown the version installed,
255+
if, however you receive a message that "java is not recognized as an internal command or external
256+
command" you will need to install [java].
257+
249258
Since Protractor works by interacting with a running application, we need to start our web server:
250259

251260
```
@@ -280,3 +289,4 @@ Now that you have set up your local machine, let's get started with the tutorial
280289
[bower]: http://bower.io/
281290
[http-server]: https://github.com/nodeapps/http-server
282291
[karma]: https://github.com/karma-runner/karma
292+
[java]: https://www.java.com/en/download/help/download_options.xml

0 commit comments

Comments
 (0)