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

1. Introduction and SetupΒΆ

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

Back to top

Page Source