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 trialBenjamin Young
5,881 PointsThe environment variable JAVA_HOME (with the value of C:\Program Files\Java\jdk1.7.0_67bin) does not point to a vaild
(Continued) JVM installation. Everytime I try to open up android studio after the initial lauch I keep getting that message. I made sure to instal JDK first and made sure it was properly installed. So what might I be missing?
1 Answer
Seth Kroger
56,413 PointsYou're missing a backslash toward the end (before bin). It should read C:\Program Files\Java\jdk1.7.0_67****bin
Benjamin Young
5,881 PointsBenjamin Young
5,881 PointsI caught that almost five minutes before you got back to me, and thank you for the response! Oddly enough I had to leave off the "bin" in order for the shortcut to function.