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

Java Unit Testing in Java How to Test Setting Up a Project for Tests

Derek Derek
Derek Derek
8,744 Points

IntelliJ how to setup SDK? Pop-up message "Set up SDK" does not appear.

I downloaded IntelliJ IDEA version 15, but it does not ask me to set up SDK like in the video. This results in missing SDK errors in the following parts. How do I set up SDK?

1 Answer

Install the updated version of Java if you don't already have it. Then go back to your IntelliJ screen and hit 'command ; ' so command and ; together. Go to the SDK tab and click the '+' sign at the top. It should lead you straight to the Java folder you need (mine is under ....../Home/) , and you click 'OK'.