java - What type of a project should I create in IntelliJ IDEA 2017.2 if I want to create a console application? -


i find list of project types/templates utterly confusing. 1 must select if want create simple console application?

i won't want gradle or maven because library/jar file want access, have jar file for, i'll add reference manually.

enter image description here

  1. file > new > project
  2. select java
  3. select next
  4. (optionally) select command line app
  5. select next
  6. provide project name, location etc
  7. select finish

you'll have simple project, so:

enter image description here


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -