How to solve eclipse error with java.lang.error with “mysecondclass.java:11”?

The jar file are not able to find properly by eclipse and webdriver as well as chromedriver error arise after running the code. The error is like “Exception in thread “main” java.lang.Error: Unresolved compilation problems:
WebDriver cannot be resolved to a type
ChromeDriver cannot be resolved to a type

at javanew/package1.Mysecondclass.main(Mysecondclass.java:11)"

I was expecting to run the code and provide me the error log of particular website and to resolve it so that website project can upload live.