I have call new instance firefox browser by Selenium webdriver
driver = new FirefoxDriver();
but there are a error
Even I was facing the same issue, its related to compatibility issue,I just downloaded latest version of webdriver(i.e Selenium-java-2.46.0) and firefox v 38.0.5, jdk(1.8_31) n it worked.