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

No src/main/java folder

I am working the Spring Basics course. I was able download the required dependencies. However, I do not have a java folder to add the package and create the App config class.

Any ideas why this would happen

1 Answer

Hello,

You need to create most of the folders yourself in the IDE, have you taken the Development environment IDE course for Java? It teaches IntelliJ, I recommend you look at it, it goes through creating folders and marking it as the src directory, or resource directory.

Thanks.