hey, I'm having an issue. my compiler is not finding the scanner class. obviously it's finding other classes in the util package. This isn't the computer i normally work on, but if i did something special to get scanner on my normal computer, i don't remember it.
Code:
cannot resolve symbol
symbol : class Scanner
location: package util
import java.util.Scanner;
thanx.