• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Head first java beatbox - anyone else problems?

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

I am currently working through the head first java book, and I just build a BeatBox app. in chapter 13, but it doesn't want to compile. After a while I downloaded the code from the head first website, but the same problem persists...

If anyone ran into the same problem and knows what's going on, I would like to know!

Thanks!
 
Bartender
Posts: 4179
22
IntelliJ IDE Python Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you post the compilation error you are getting?
 
Besjamain Greenaway
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Steve Luke,

thank you for replying I just started my app to see the error I've been getting, and you probably guessed it, it worked(Well, the app starts, but there's no midi sounds). It actually has me quite stumped.. I don't know how it happened, since I stopped working on it after getting the messages. Thanks anyway for replying!
[ August 20, 2008: Message edited by: Besjamain Greenaway ]
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I worked on the same thing recently, used the code from Head First Java SE. There was an error in the main() method (obviosly it's BeatBox, not BeatBox2), but besides that everything was working just fine. You probably just need to check your code once again.
 
reply
    Bookmark Topic Watch Topic
  • New Topic