View Single Post
Old 03-11-2011, 01:17 PM   PM User | #9
bookittysdad
New Coder

 
Join Date: Nov 2010
Posts: 20
Thanks: 2
Thanked 0 Times in 0 Posts
bookittysdad is an unknown quantity at this point
Did that, and now I have a Compiling Error. I know you are going out of your way, and I would like to thank you for helping me this far.

Here is the Error.

Quote:
WordCounter.java:37: cannot find symbol
symbol : method isEmpty()
location: class java.lang.String
while (null != (str = dataIn.readLine()) && !str.isEmpty())
Should that be srt.readline.isEmpty? Or do I just need to inport another java class?
bookittysdad is offline   Reply With Quote