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

Treet.java won't compile; javac file not found

When I opened Workspaces, it already had the com>teamtreehouse folders with Treet.class and Treet.java in them. I am using the package com.teamtreehouse; in Treet.java. However, Treet.java won't compile due to "file not found"...

2 Answers

you have show the path by this symbol "/"

I copied the code from Treet.java, deleted it from the folder bar, created a new one of the same name, pasted the code back in...now it's found.