Install the Java JDK
This course does not require experience in programming or web development, but you will likely get stuck if you don't have some experience. If this is the case for you, we will do our best to help you. Future courses with the Play Framework will assume you have basic knowledge of programming and web development.
You must have the Java JDK installed on your computer. To check, open a command window and enter the following command
> javac -version
You should see output similar to the following: