Re: Java Gurus Help
- From: IchBin <weconsul@xxxxxxx>
- Date: Sat, 11 Mar 2006 19:28:32 -0500
Andrew.Bell wrote:
IchBin your good, I understand what you mean. Went to compile the code and got this error.[snip code]
C:\Java\MiniBank2.java:4: cannot find symbol
symbol : class Scanner
location: class MiniBank2
static Scanner easyIn = new Scanner(System.in);
^
Did you leave the import statement at the top in. You will need that to link to the Scanner class.
import java.util.Scanner;
If you did then what version of Java are you using.
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
.
- Follow-Ups:
- Re: Java Gurus Help
- From: Andrew.Bell
- Re: Java Gurus Help
- References:
- Java Gurus Help
- From: Andrew Bell
- Re: Java Gurus Help
- From: IchBin
- Re: Java Gurus Help
- From: Andrew.Bell
- Re: Java Gurus Help
- From: IchBin
- Re: Java Gurus Help
- From: Andrew.Bell
- Java Gurus Help
- Prev by Date: Re: Java Gurus Help
- Next by Date: Re: Java Gurus Help
- Previous by thread: Re: Java Gurus Help
- Next by thread: Re: Java Gurus Help
- Index(es):