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

Marcel Schmidt
Marcel Schmidt
12,134 Points

Workspace not working?

So I did everything like in this video, double-, triple- and quadruplechecked every line of code, but it just doesn't work like in the video.

First attempt just responded with: javac: file not found: Example.java

I then navigated into the com folder and tried javac Example.java again: Example.java:1: error: package com.teamtreehouse does not exist

so my workspace somehow doesn't even register the folders as package?

I would normally just disregard this and keep moving, but since the final application will be a command line one afaik, I'm pretty sure this should better be working.

1 Answer

You should restart your browser. There was a trouble about running JavaScript, i think. If your problem is still unresolved, please mail to help@teamtreehouse.com and report it.

Marcel Schmidt
Marcel Schmidt
12,134 Points

Thanks you, I re-watched the whole video and did it from scratch, it seems to be working fine now.