You do not need a “Java Generator”. IntelliJ is a Java IDE, so all projects will start in Java unless you specifically choose a different language from the language options. After the project starts create a new class. Read the tips below before you create the class. You are doing good, code away.
TIPS! to keep your information organized:
- Create a Module for each section, Ultimate Java, Ultimate Java: Object-Oriented… etc.
- Within each module, create a new Package for each Topic within each course section.
- Keep a Main Class OUTSIDE of those modules to run all codes, or create a main class within each module. Intellij will remind you to import classes when needed.