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 trialJustin Fleurimond
385 PointsMy console never prints what inside my printf
when i type java Introductions nothing comes up
Kevin Hippert
413 PointsI have the same issue. It looks like he doesn't accept the console.printf("example"); It seems like the compiler is ignoring it.. -.-
1 Answer
Dan Hedgecock
13,807 PointsIf anyone else starting this course is having this problem, make sure you save first! (Silly, but I forgot this and thought there was an issue with the compiler), then compile then run the class.
Tugrul Can Sollu
2,437 PointsTugrul Can Sollu
2,437 PointsHello Justin, Can you share your code or your workspace to understand what is going on?
If your code is same as codes on video, you should be sure you compiled Introduction first.