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 Basics Getting Started with Java Introduction to Your Tools

Work 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

Nevermind lol, I was forgetting the save before I worked on the console!

Ihsin Chiang
Ihsin Chiang
3,159 Points

Hello, 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
Ihsin Chiang
3,159 Points

Never mind, I just found what was wrong. I typed Console.printf instead of console.printf, after changing to lower case "c", everything works fine.

Yeah, its case sensitive be careful :P