I'm taking a beginning java course. The instructor is directing everyone to the NetBeans environment, so, as a Mac owner, I dutifully downloaded Xcode instead. To my disappointment, the compiler can't find the Scanner class (in java.util). How is this possible? More to the point, what do I do now? I need to write lots of programs that ask for user input.