Hello guys,
I recently started Mosh’s “The Ultimate Java Mastery Series”
but found that this course is run with Java version 12.0.1 and IntelliJ 2019.1.2
However, since it is already 2023
I could not find the same version with Mosh so just installed Java version 21 and IntelliJ 2023.2.2.
and here comes the problem…
when I try to make New Project in Intellij,
there’s no Java Generators, I can only find JavaFX, and then the next step is bit different from the lecture, so I got confused.
when I simply choose New Project, and select Language as Java, Build System as IntelliJ
it immediately start new project panel.
However, in the lecture, Mosh choose options to create project from template - Command Line App / and also set Base package…
and I dont know how to do these steps TT
Is there a way to get Java generator instead of Java FX in my version??