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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -