Thread: Scanner issue
View Single Post
Old 12-20-2007, 06:03 PM   #2 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,114
Belisarius is on a distinguished road
First off, what version of Java are you running? Scanner is a recent addition to Java. Type "java -version" on the command line. If it's before 1.5, it won't include Scanner.

If it's 1.5 or later, post your source code - it's probably a syntax error.
__________________
GitS
Belisarius is offline   Reply With Quote