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.
file > new > project
- select
java
- select
next
- (optionally) select
command line app
- select
next
- provide project name, location etc
- select
finish
you'll have simple project, so:
Comments
Post a Comment