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 trialWesley Crabajales
1,194 PointsJAVA_HOME (Windows 10)
No JVD installed found. Please install a 64-bit JDK. If you already have a JDK installed, define a JAVA_HOME variable in COmputer > System Properties > System Settings > Environment Variables.
1 Answer
Ben Deitch
Treehouse TeacherIf you don't have the JDK installed, scroll down a little bit on this page and you should find the JDK install instructions.
If you already have the JDK installed, then you just need to update your JAVA_HOME variable; basically you just need to tell Windows where it can find the code it needs to run Java programs. So follow the path it gives you to, "Environment Variables", and then look for JAVA_HOME. If it doesn't exist, go ahead and create it, and for the value, just paste in the filepath of your JDK install. Here's some other instructions with some pictures.