Missing Java Module from New Project Wizard
I'm new to IntelliJ IDEA and may be looking for something that isn't there by design.
I just installed IntelliJ IDEA Community Edition 13.1.3 Build 135.909. I added my JDK's install path to Quick Start >> Configure >> Project Defaults >> Project Structure. The Project Structure window shows the Project Settings Project SDK as "1.8 (java version "1.8.0_11"). and the language level is "8.0 - Lambdas, ..."
After getting that configured, I selected Quick Start >> Create New Project >> Java. The right pane only shows "Groovy". I was expecting to see "Java Module" in the list in the right pane.
Is there a configuration knob I failed to set correctly? Does IntelliJ IDEA CE support creating a Java class library?
I'm also hoping to add a unit test library to my project containing the Java class library, is UT a supported module type?
Thanks,
Kelly
Please sign in to leave a comment.
Hello Kelly. Welcome to IntelliJ IDEA and the IDEA community. You simply need to select "Java" on the left side and click [Next]. The "Groovy" option is to add a groovy facet to the Java Project. Facets provide additional features to the module. From the help page:
So if you selected Groovy, you would still have a Java module, but one with Groovy support. The Ultimate Edition supports more facets than the Community edition. As such, that right pain has a couple dozen options rather than the lonely one in the Community edition. It makes that dialog a little more intuitive when you see the multiple facet options.
I hope that helps. Let us know if you have any other questions.