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 Packages

edumorlom
edumorlom
4,073 Points

If the files are in the correct folders, why do I need to include the "package com.teamtreehouse;"

So, I have all my files correctly. My program runs, my question is, why do I need to state "package com.teamreehouse;" if the files are already grouped in the right folder? Isn't a package a folder?

1 Answer

Jazz Jones
Jazz Jones
8,535 Points

The video is showing you how to package and import. As you get better at coding, not all of your files are going to be in one place, and you'll have to learn how to package them anyway. Right now everything is in Team Treehouse Workspaces, but how is your setup going to look when you move onto other IDEs?