Here the list of environment tools we'll use for study on course\
- We gona use IntelliJ IDEA as primary IDE. You need to install it, community version would be fine.
- Here Open Jdk you can download java development kit for your OS. It's ok to use the latest version.
- It is complicated to set up JAVA_HOME for Windows OS, and it is much more easy to study on Linux. Anyway, here you can find good instruction how install JDK and setup JAVA_HOME on Windows, Linux, and MacOS
- We will use Maven to build java project since the very first day. Must have installed.
- And we will use git as version control system - so I suggest install Git Client. I suggest you this one - Windows Git Client - you can work with it as in linux system
You start study without complicated environment installation if you use IntelliJ IDEA
Video instruction could be found here JDK - no environment installation quickstart