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

My output will not work.. did exactly what i was shown

treehouse:~/workspace$ javac Introductions.java
treehouse:~/workspace$ ls
Introductions.class Introductions.java
treehouse:~/workspace$ java Introductions
treehouse:~/workspace$

did everything as instructed and i can not see my text.. text above console is identical to text in video

If you can post your code we might be able to figure out what the problem is.

What you have shown us is what you typed into the console and your right, it is fine. Can you show us what you typed into your program? It is likey you forgot something small like a semi-colon or a parantheses.

2 Answers

Abhishek Kambli
Abhishek Kambli
2,657 Points

console.printf("Hello Abhi"); //Make sure you have used printf() method