Two Laptop Bag
The moose likes Beginning Java and the fly likes Head First Java (2nd Ed.) p. 139 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Head First Java (2nd Ed.) p. 139" Watch "Head First Java (2nd Ed.) p. 139" New topic
Author

Head First Java (2nd Ed.) p. 139

marsooka
Greenhorn

Joined: Dec 31, 2006
Posts: 3
my simpledotcom game works, but when i make changes to this file, the new improved dotcom class, it will no longer compile- and i only make the changes that the book tells me to change, any ideas? the big change is that it now uses ArrayList. - the code is below

marsooka


[ January 14, 2007: Message edited by: barclay mcdaniel ]
fred rosenberger
lowercase baba
Bartender

Joined: Oct 02, 2003
Posts: 9946
    
    6

If you post the compilation error, it would make it easier to help. Please post the exact error, and not just a summary. those error messages MEAN something.


Never ascribe to malice that which can be adequately explained by stupidity.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Head First Java (2nd Ed.) p. 139
 
Similar Threads
Head First Java P148 - DotComBust - compile errors
Head First Java Programs
Help With With HeadFirst Java Chap.6
HeadFirst DotComBust... Help?
Why is the ArrayList Object not Created Befor assigning values from ArrayList loc