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

Android

Blog Reader App - Eclipse Open Error

Hello, I'm at the 2nd course on android ( the blog app ). At the 2nd video of the first stage ( " Creating a Project Using the Master-Detail Template" ). I've encountered an error after unzipping the bundle downloaded from google. The error is this: "A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No java virtual machine was found after searching the following locations: ...\eclipse\jre\bin\javaw.exe javaw.exe in your current PATH" . If you know any fix for this, it'd be highly appreciated. Thank you

1 Answer

Solved by: Downloading Java Runtime Environment (JRE) from Oracle and installing it in a new folder named jre inside the eclipse folder of the bundle.

Cheers.