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 Objects Meet Objects Final

Michel Spaniolo
PLUS
Michel Spaniolo
Courses Plus Student 1,850 Points

Im at the final class and ive combed over this code and cant find any obvious mistakes..

im going through the final class on basic java and im having trouble compiling..Ive combed over it for anything obvious..The errors claiming no semicolons are wrong and i guess its something else triggering it..The style of open ended lines that the instructor uses may be my problem.Im not sure why its not compiling

Steven Parker
Steven Parker
229,708 Points

You'll need to share the code if you'd like someone to check it. Take a look at this video about Posting a Question, and also this one about sharing a snapshot of your workspace.

Andrew Stevens
Andrew Stevens
11,083 Points

As Steven Parker has said to help we need the code you have written. Error messages can often be super helpful and other times not so much. based on what you have provided, I would hazard a guess you have a syntax error and the code can't compile because it doesn't understand what has been written.

If you provide your code (assuming you haven't figured it out and moved on) we can help more.