| Author |
HFJ 2nd - Problem with SimpleDotCom
|
Silvio Lobo
Greenhorn
Joined: Apr 25, 2006
Posts: 5
|
|
Hi! I'm learning Java using Head First Java, 2nd Edition... I'm at Chapter 5, constructing the SimpleDotCom game... And I just got errors! My classes: SimpleDotCom ( 6 errors ) SimpleDotComGame ( 6 errors) GameHelper (This one compiles fine) What's wrong??? PS.I'm using Java 5.0 version ( jdk1.5.0_06 ) Thanks!
|
 |
fred rosenberger
lowercase baba
Bartender
Joined: Oct 02, 2003
Posts: 9946
|
|
|
can you post what errors you are getting? they actually tell you a lot of what's wrong.
|
Never ascribe to malice that which can be adequately explained by stupidity.
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24054
|
|
Hi, Welcome to JavaRanch! There's an extra close brace on the line before the "Out of the loop" line; that messes up everything from that point on. If you're using Notepad or something along those lines to edit your code: this is the kind of thing that any decent programmers editor would point out to you as you type.
|
[Jess in Action][AskingGoodQuestions]
|
 |
Silvio Lobo
Greenhorn
Joined: Apr 25, 2006
Posts: 5
|
|
Errors from SimpleDotCom Errors from SimpleDotComGame Thanks!
|
 |
Shyam Prasad Murarka
Ranch Hand
Joined: May 02, 2005
Posts: 209
|
|
Dear Reader, Check out the "checkYourself()" method properly. You will see an if condition missing.
|
With Best Regards,
Shyam Prasad Murarka
|
 |
Silvio Lobo
Greenhorn
Joined: Apr 25, 2006
Posts: 5
|
|
I can't believe it! It works fine now! ( no compile errors! ) I'm so ashamed!! The if condition was there(in the book) and I didn't see it! But, Thanks for all!!!
|
 |
 |
|
|
subject: HFJ 2nd - Problem with SimpleDotCom
|
|
|