Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 326 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 326 Bytes

Creating a New Project

In IntelliJ IDEA:

  1. Select "Create New Project".
  2. Java project (no additional libraries and frameworks).
  3. Next
  4. Crate project from template (Command Line App).
  5. Next
  6. Items: 1. Project name: ProjName 2. Path=~/IdeaProjects/JavaSandbox/ProjName (may vary on other OS's).