I try to run this simple program on Java with Selenium:
import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class MySe
Try using JDK 1.8.0_181. I had the same issue after updating to JDK 1.8.0_191.