I'm a first year programming student, so bear with me on this one.
I've been programming on Windows (JCreater) because that's what we mostly use in class. However, I wanted to try writing a program on Linux this time to see what it's like. So far, it's been going very smoothly compared to Windows (as you might expect), except javac/gij cannot seem to find the Scanner class:
Code:
*** Semantic Error: Type "Scanner" was not found.
I made sure that I had "import java.util.*;" in my file. So, what's wrong?