Downloaded Selenium Webdriver Java zip, but it is missing the selenium JARs
java, selenium, selenium-webdriver
Solution
As Florent B. has commented, the old selenium-java-x.xx.x.jar was renamed to client-combined-x.x.x-nodeps.jar. The new name of the JAR was not very obvious.
Simply add this new JAR in your build path Libraries.
Problem
I downloaded the latest Selenium Webdriver zip file for Java and after I extracted it, I get a bunch of JAR files but missing the needed selenium-java-x.xx.x.jar file. Selenium Client & WebDriver Language Bindings http://www.seleniumhq.org/download/ Am I not extracting it correctly? I tried on both Mac and windows machine and I get these bunch of JARs instead. Why do I not get the selenium JAR?