Scanner class Methods in Java

Java Environment Setup:- 1)Installing JDK

 Java Environment Setup

 

Before, getting started with java , you need to setup the java environment. You need to install things in your computer.Lets begin!

JDK(Java Development Kit)

 JDK is Java Development Kit , it contains all the essential elements to run java. Moreover, it contain Java itself. Now, the JAVA8 is very popular language . It is different from Java till Java 7. We'll install JDK8.

Steps:-  Follow the steps to download and install JDK8.

  • Go to Google search and write search query as "Oracle JDK8 download".Many links will appear.
  • Choose the following link:- 
    Downloading and installing JDK8
  • Now Click on link and Oracle site will Open up . Then scroll down, there will be JDK download links for all kind of Operating system. You can choose one according to your requirement. I'll go with Windows 64 bit.
    Downloading and installing JDK8
  • Click on download link, A dialog box will appear as follows:Tick the checkbox, and click on green download button to download the package. Next page will open  to create a Oracle account, If you don't have account then create one or login.After this, package will get downloaded.
    Downloading and installing JDK8
  • The selected package will get downloaded  in downloads folder ,                                                    
    Downloading and installing JDK8

  • Now, double click on the package, A dialog box will appear, it asks if you want to install jdk , Click on Yes.
    Downloading and installing JDK8 and installing Java
  • Now, dialog box appears as follows: Click Next .
    Downloading and installing JDK8 and installing Java

  • You can change the location where you want to install java by using Change button or Just click on Next.
    Downloading and installing JDK8 and installing Java
  • Click Ok 
    Downloading and installing JDK8 and installing Java

  • Click Next.
    Downloading and installing JDK8 and installing Java
  •  Java is installing.
    Downloading and installing JDK8 and installing Java
  • Now, Java  is installed. Click Ok. 
    Downloading and installing JDK8 and installing Java
  • If you want to make sure java is installed, you can check in your Control Panel> Programs.
           Downloading and installing JDK8 and installing Java

 Congratulations! JDK is installed on your system. To learn how to set Environment Variable click here.

Comments