First step for setting up java development environment on Windows 10 is to install JDK on it. Below are the steps performed in the video.
1. Search for "java download" in browser
2. Go to Oracle website to download installer EXE file.
http://www.oracle.com/technetwork/jav...
3. Find your OS is 32-bit or 64-bit by going to Settings - System - About - System type. Download EXE installed based on OS type.
4. Run the installer to install the java, note down the installation directory
5. Copy the installed java "bin" path
6. Search for "Environment Variables" and choose option to edit system environment variables. Double click on "Path" system variable and paste the bin path location with semicolon separator.
7. Java is installed, open command prompt and run "java -version" command to confirm.