I am using selenium FirefoxDriver, and need to configure the driver:
System.setProperty("webdriver.gecko.driver", "path_to_driver");
The problem is that when I try run the jar withouth the IDE, I get a error, because it can not access my driver (which is inside the jar) from the outside
I have a week now, every kind of help is welcome.