Page 1 of 1

java.util.Scanner

Posted: Thu May 20, 2010 5:08 pm
by kong0113
Why do I keep on getting "cannot resolve symbol class Scanner" even though I have import java.util.Scanner; at the top of the file? Please help

Posted: Thu May 20, 2010 6:11 pm
by MudGuard
because there is no class java.util.Scanner in the class path.

regarding java.util.Scanner

Posted: Thu May 20, 2010 10:38 pm
by kong0113
I downloaded java JDK, then I reintalled TextPad. The program works. I didn't set the class path yet. Why?

java util Scanner

Posted: Sat Feb 18, 2012 4:41 am
by TyBontage
The java.util sources and of all the classes they are in
the file src.zip, which this in the folder where you installed the
JDK.
you can use java.util.Vector and java.util.HashTable...