Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialGabriel E
8,916 PointsI am so stuck its not even funny
Hi,
I'm working on this karaoke machine, and all of a sudden, my code stopped working. I have no idea how to post my code, because it's in about 5 files. I deleted some file...stupidly....called SongBook$1.class. The weird thing is, my machine still runs the add, play, and quit options, but when I get to choose, It wont let me choose an artist, it says like 400 cannot read "main" thread or something. Please Help!! ;(
1 Answer
faraz
Courses Plus Student 21,474 PointsHey Gabriel,
Did you try restarting the challenge? It seems you deleted a file needed for running the code, since the main() method is missing.
-Faraz