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 trialArnold Dublin
1,357 PointsIntroduction 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
2 Answers
Chris Freeman
Treehouse Moderator 68,441 PointsPlease 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
Courses Plus Student 18,036 PointsIn addition to what has been suggested, have you saved your files?
Derek Markman
16,291 PointsDerek Markman
16,291 PointsThis 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?