Scanner Methods

Dears:When I am tried to use Scanner Methods there is a error line(Can't resolve the Symbol, class Scanner in class ....);I Import java.io.*; & java.util.*;Scanner scn = new Scanner();So please Help Me.Thanks.....
[293 byte] By [Mr_shaggya] at [2007-10-2 18:17:18]
# 1
Do you use Java version 1.5? Scanner didn't exist before that.
CeciNEstPasUnProgrammeura at 2007-7-13 19:37:34 > top of Java-index,Java Essentials,Java Programming...
# 2
NO I use this Version (java version 1.4.1_02-b06).
Mr_shaggya at 2007-7-13 19:37:34 > top of Java-index,Java Essentials,Java Programming...
# 3
> NO I use this Version (java version 1.4.1_02-b06).Teaches you to check the API before using a new class/method.
CeciNEstPasUnProgrammeura at 2007-7-13 19:37:34 > top of Java-index,Java Essentials,Java Programming...