Re: Java Gurus Help
- From: "Andrew.Bell" <zen62619@xxxxxxxxx>
- Date: Sun, 12 Mar 2006 00:34:31 -0000
Yep, I left the link to the Scanner class. Its alittle complicated as I've
only been doing this for 4 months since I started UNI. Thats why my program
was so crap. The version of Java I'm using is the latest SDK from the java
site. Still trying to get the head around different java aspects. The one
you did was nice but rather complicated for me to learn so quick.
Especially with all these loops and if statments and class files its very
hard but thank you. The way I did it I can understand and does what I
wanted it to do but was confused on the bit for the 2nd menu so a user could
select a customer AFTER selecting option A.
"IchBin" <weconsul@xxxxxxx> wrote in message
news:PMydnfgqd_2t9o7ZUSdV9g@xxxxxxxxxx
Andrew.Bell wrote:
IchBin your good, I understand what you mean. Went to compile the code[snip code]
and got this error.
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
- Re: Java Gurus Help
- From: IchBin
- 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):
Relevant Pages
|
|