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