© Iuliana Cosmina 2018
Iuliana CosminaJava for Absolute Beginnershttps://doi.org/10.1007/978-1-4842-3778-6_2

2. Preparing Your Development Environment

Iuliana Cosmina1 
(1)
Edinburgh, UK
 
To start learning Java, you need a few things installed on your computer. The following are the requirements:
  • Java support on your computer (kinda’ mandatory).

  • An integrated development environment, also known as IDE, which is basically an application in which you write your code and that you use to compile and execute it.
    • The recommended IDE for this book is IntelliJ IDEA. You can go to their website to get the free community edition; for the purposes of the book, it will do.

    • Or, you can choose the most popular free IDE for Java development: Eclipse.

    • Or, you can try ...

Get Java for Absolute Beginners: Learn to Program the Fundamentals the Java 9+ Way now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.