Java IntelliJ turotorial new project issue

Viewed 30

I am starting to learn the basics of Java using IntelliJ IDEA. I am currently watching Code with Mosh Java turotrial on youtube. I have a problem at the very begining when starting a new project. When naming the project no base package box is shown. What Am I doing wrong?

Mosh IntelliJ

My IntelliJ screen

Why am not getting the box where to name the base package?

Thanks for the help

2 Answers

It doesn't matter, you can create any package whenever you want on the created project.

Related