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 Getting There Type Casting

abhi reddy
abhi reddy
1,636 Points

I am unable to load class in java-repl

ERROR: ';' expected load com/teamtreehouse/Treet.java; ERROR: not a statement load com/teamtreehouse/Treet.java

Hi 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.

Zhoubing Yang
Zhoubing Yang
1,399 Points

I have literally the same problem. the command I typed in java-repl: load com/teamtreehouse/Treet.java

Jasper Peijer
Jasper Peijer
45,009 Points

It looks like you have missed a semi colon or a curly brace somewhere. Just like Jason said, please post your code.