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 trialabhi reddy
1,636 PointsI am unable to load class in java-repl
ERROR: ';' expected load com/teamtreehouse/Treet.java; ERROR: not a statement load com/teamtreehouse/Treet.java
Zhoubing Yang
1,399 PointsI have literally the same problem. the command I typed in java-repl: load com/teamtreehouse/Treet.java
Jasper Peijer
45,009 PointsIt looks like you have missed a semi colon or a curly brace somewhere. Just like Jason said, please post your code.
Jason Anello
Courses Plus Student 94,610 PointsJason Anello
Courses Plus Student 94,610 PointsHi Abhi,
Can you post a snapshot of your workspace? That will make it easier for others to help you.
Also post what you typed in the repl to get that error message.
It looks like you might have missed a semicolon in your code somewhere.