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

Arnold Dublin
Arnold Dublin
1,357 Points

Introduction to your tools not working

tried everything need help! in the java basics down in the console when I put javac introductions.java it is showing javac files not found

This post isn't very specific, as to what actually isn't working. Are you just trying to download intellij idea as your text editor? Or is it a problem with setting up java on your local environment?

2 Answers

Chris Freeman
MOD
Chris Freeman
Treehouse Moderator 68,426 Points

Please verify you are in the correct directory. Type ls at the prompt, you should see:

Introductions.java

Then type $ javac Introductions.java

Note that the filename is capitalized. Case matters.

kabir k
PLUS
kabir k
Courses Plus Student 18,036 Points

In addition to what has been suggested, have you saved your files?