java.util.scanner
I'm brand new to Java and trying to learn. My class requires I use BlueJ with j2sdk1.4.2_5. I'm trying to write a simple program from my text book. The compiler returns, "cannot resolve symbol - class Scanner".
The code that it's hung up on is:import java.util.Scanner;.....which is right from the book.
Not sure if I'm missing part of the download, incorrect syntax, or something else. I apologize for my ignorance on the subject but would appreciate any help.
Thanks,
Sandy

