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 trial

Java Java Data Structures Efficiency! Menu UI

Brian Maimone
PLUS
Brian Maimone
Courses Plus Student 1,644 Points

Getting file not found error for the Karaoke project.

Seeing:

javac: file not found: Karaoke.java
Usage: javac <options> <source files>
use -help for a list of possible options
treehouse:~/workspace$

At first I got com.teamtreehouse package does not exist, followed by several symbol not found pointing to KaraokeMachine in file Karaoke.java. I moved the Karaoke.java/.class files into the model folder with all the other .java files. Not sure if that is right location.

3 Answers

Craig Dennis
STAFF
Craig Dennis
Treehouse Teacher

It belongs in a package above model. com.teamtreehouse.Karaoke.

Pro-Tip: You can always launch a new workspace and see how it is laid out.

Brian Maimone
PLUS
Brian Maimone
Courses Plus Student 1,644 Points

If I launch a new workspace do I loose the comments I made on individual lines of code?

Craig Dennis
Craig Dennis
Treehouse Teacher

You can have multiple workspaces. So no worries!

Brian Maimone
PLUS
Brian Maimone
Courses Plus Student 1,644 Points

Craig,

Would really appreciate your feed back on my "Questions on Karaoke byArtist method" in the forum. I detailed the questions by each line in the code. If anything is unclear just let me know. Thanks