Question

I want to add an blank Java Console Module to my existing Project, but I can't find an entry in the "New Module"-Wizard, which would fit. Older versions offered an template for this task. What is the fastest way to get an empty Java Module / Java Console App, without unnecessary dependencies? Do I need an plugin?

Jetbrains IntelliJ IDEA 13.1 - New Module Wizard

Was it helpful?

Solution

Note:If you want the "template" u need to create a new project. This option does not exist in the module creation flow

  1. Go to "Project structure" (alt+ctrl+shift+s)
  2. In "Project settings" select "Modules"
  3. Press + and select Java then Nextenter image description here

  4. Enter the desired module name and you have a new java module without any dependencies enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top