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 trialNeethu Titus
1,734 Pointsi cannot find treestory.class in the workspace and hence while running i am getting an error.
error: could not load main class treestory.
1 Answer
Roque Sosa
Courses Plus Student 1,024 PointsHello Neethu,
I dont know if youve tried this already, but did you compile first, if not, on the console try this "javac treestory.java". If thar finish correctly you will be able to run it. Remember the class and the file must have the same name, and treehouse should be spelled TreeHouse if used as a class name.
Please let me know if this does not work.