LaunchCode logo
  1. Contents
  2. 1. Introduction and Setup

1. Introduction and SetupΒΆ

  1. 1.1. Why Learn Java?
  2. 1.2. Setup For Java
    1. 1.2.1. Java Development Kit
    2. 1.2.2. Install the JDK
  3. 1.3. Java in the Terminal
    1. 1.3.1. Mac Users
    2. 1.3.2. Windows Users
  4. 1.4. IntelliJ
    1. 1.4.1. Install IntelliJ
  5. 1.5. Your First Java Project
    1. 1.5.1. Check Your Understanding
  6. 1.6. Java Web Dev Exercises
    1. 1.6.1. Initial Setup
    2. 1.6.2. Troubleshooting
      1. 1.6.2.1. ClassNotFoundException
  7. 1.7. Java Naming Conventions
  • ← Chapters
  • 1.1. Why Learn Java? →

Back to top

Page Source