I am trying to run my Java program and it keep giving me a error.

Deli.java:11: cannot resolve symbol
symbol : class Scanner
location: package util
import java.util.Scanner;

Please tell me what that means. Thanks