0

I'm new to everything I mention here so this makes it a little bit hard for me. I wanted to install Selenium driver to run codeception acceptance tests.

I downloaded selenium server, copied the selenium-server-standalone-3.0.0-beta2.jar in the same path as I save my tests.

then I ran the java -jar selenium-server-standalone-3.0.0-beta2.jar on Git Bash according to codeception help on installing Web Driver. I got the error

bash: java: command not found

anybody knows what's wrong here?

1
  • is your environment variable "JAVA_HOME" set? Commented Aug 16, 2016 at 9:45

1 Answer 1

0

java is not installed or it isn't present in PATH.

Sign up to request clarification or add additional context in comments.

1 Comment

Yeah! :D Thanks :)

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.