简体   繁体   中英

Jetbrains IntelliJ 13.1 - How to add Java Console Module?

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-新模块向导

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 Next 在此处输入图片说明

  4. Enter the desired module name and you have a new java module without any dependencies 在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM