Java and Eclipse Setup Guide Tutorial

. How to install Java 1. Open your web browser and search for java jdk download 1.1 Click on the link of Oracle download page: 1.2 The following page would be displayed: 1.3 Scroll down the page a little 1.4 Download the executable file corresponding to your operating system 1.5 Accept the license agreement for Oracle and click on download JDK 1.6 Open the executable file 1.7 After opening the file, it will prepare to install 1.8 Click Next to continue 1.9 Windows has successfully installed Java. 2. To verify that Java is being setup properly in the system 2.1 Open command prompt in your system 2.2 Type javac and press enter 2.3 If the below screen has appeared in your system it means that the java JDK has not setup properly (path has not setup): 3. How to set the Java path 3.1 Open the Settings and click on system option 3.2 Search for environment variables and select edit the...