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

Development Tools Introducing Gradle

I get 2 errors when I open IntelliJ

  1. Invalid Gradle JDK configuration found.

  2. JAVA_HOME environment variable not defined.

1 Answer

This may be worth a shot for you:

  1. Create a new / empty Gradle project
  2. Go to "Project Structure" settings and verify that the path to JDK is valid (add your own path if missing)
  3. Build this project and wait until it is complete
  4. Close IntelliJ
  5. Re-open IntelliJ and import/open your Gradle project

That helped, thank you!