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 trialKate Dougherty
8,334 PointsI get 2 errors when I open IntelliJ
Invalid Gradle JDK configuration found.
JAVA_HOME environment variable not defined.
1 Answer
Alexander Kell
5,605 PointsThis may be worth a shot for you:
- Create a new / empty Gradle project
- Go to "Project Structure" settings and verify that the path to JDK is valid (add your own path if missing)
- Build this project and wait until it is complete
- Close IntelliJ
- Re-open IntelliJ and import/open your Gradle project
Kate Dougherty
8,334 PointsKate Dougherty
8,334 PointsThat helped, thank you!