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 trialkristen heaton
295 PointsError 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
Steve Hunter
57,712 PointsHi 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.
Jainesh Patel
11,100 Pointsyep 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.