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 trialCristian Yanez
966 PointsWork space.
When I compile the code, and list them, and finally type "java Introductions" and press enter, it just gives me another line with the words "treehouse:~/workspace", how do I make it execute the words I am saying?
4 Answers
Cristian Yanez
966 PointsNevermind lol, I was forgetting the save before I worked on the console!
Ihsin Chiang
3,159 PointsHello, I have the same problem but I did save my work in local before typing java Introductions. Any idea? files should be saved in local, right?
Ihsin Chiang
3,159 PointsNever mind, I just found what was wrong. I typed Console.printf instead of console.printf, after changing to lower case "c", everything works fine.
Cristian Yanez
966 PointsYeah, its case sensitive be careful :P
Ihsin Chiang
3,159 PointsThanks a lot! :)