Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Exception in thread "main" java.lang.IllegalStateException: The driver executable does not exist:

 /Users/mdLeland/Documents/workspace/Tellurium/\Users\mdLeland\Documents\workspace\chromedriver.exe 
    at com.google.common.base.Preconditions.checkState(Preconditions.java:176)
    at org.openqa.selenium.remote.service.DriverService.checkExecutable(DriverService.java:130)
    at org.openqa.selenium.remote.service.DriverService.findExecutable(DriverService.java:125)
    at org.openqa.selenium.chrome.ChromeDriverService.createDefaultService(ChromeDriverService.java:61)
    at org.openqa.selenium.chrome.ChromeDriver.(ChromeDriver.java:107)
    at Tellurium.Tellurium.App.main(App.java:36)
share|improve this question
4  
This belongs in SuperUser – David Jul 28 '12 at 2:53
I can't vote close =\ – SHiRKiT Jul 28 '12 at 4:10
How does the exception relate to running eclipse? It's an exception thrown by an application using Selenium. – JB Nizet Jul 28 '12 at 9:00

closed as not a real question by JB Nizet, Kev Jul 28 '12 at 14:31

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.