I have downloaded chromedriver.exe and eclipse, I have added through add external jars but while executing it gives me error
Error: Could not find or load main class demochrome.DemoChrome
package chromeD;
public class ChromeBrow {
    public static void main(String[] args) {
        System.setProperty("webdriver.chrome.driver", "E://chromedriver.exe");
        }
}