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

Rasmus Jakobsen
Rasmus Jakobsen
2,179 Points

Message is not being print?

After adding the Introduction.java file to javac, the message is not printing when typing "java Introduction". the console only outputs "picked up JAVA_TOOLS_OPTIONS.....". What to do?

Miguel Rivas
Miguel Rivas
4,902 Points

Hi Rasmus, I can't really see what code are you trying to execute. Can you post it?

Eitherwise have you tried re-launching the workspace?

It would be great to help you, but you should replay the video to double check if you are misstyping something.

Have a great day.

M.

1 Answer

It's probably because the file you are trying to run is supposed to have a 's' at the end of it. Here's what you should be typing to run the file.

java Introductions