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

kristen heaton
kristen heaton
295 Points

Error in Workspace.

In the Java basics course I bring up Workspace and put in console.printf("Hello my name is Chris"); and save.In the console I put javac introductions.java and press enter. I then get:"File not found: introductions.java",not sure what I'm doing wrong but I need help.

2 Answers

Hi Kristen,

I think the compiler is case sensitive and the file is called Introductions.java - give that a try and let me know how you get on.

Steve.

yep i think steve is right. It could be case sensitive. Because i used the upper case i in introductions and it worked out fine with me.