I am trying to get the Selenium server up and running. However, when I type:
java -jar selenium-server-standalone-2.0b3.jar
I get an Exception
try this:
lsof -i -n -P | grep 4444
and kill the process it says is on :4444
kill