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 trialBraxton Nunnally
1,781 PointsI added the \bin at the end and it still does not understand the 'javac' name
i have eclipse installed and it works fine with my java downloaded, i didn't even have a JAVA_HOME environment variable set before today and eclipse was working fine? please help?
2 Answers
Gloria Dwomoh
13,116 PointsMaybe you didn't install it properly. Try to check out this video How to set Path for Java, it shows how to do it very detailed.
Chandler Tayek
5,513 PointsThe video above worked for me. I just edited my Path variable and added a ';' at the end of the line and then pasted the path 'C:\Program Files\Java\jdk1.7.0_67\bin' right after it with no spaces and it should work after hitting okay a few times to confirm the change.