Header Ads

DOWNLOAD JAVA SE DEVELOPMENT KIT 7U25 (v1.7.0_25) .EXE LATEST FULL VERSION FOR FREE



Hello Friends, Now a days JAVA is most useful Object Oriented Language. It's necessary for the Engineers and other computer related courses to know JAVA. I'm here with the JAVA Development Kit 1.7.0_25. I've given link below to download it. This is the latest Version released so far. I also have included the Instructions about how to Install it and how it's works. You just follow the Instruction and do exactly what I've mentioned!


          The JDK is a development environment for building applications, applets and components using the Java programming language. The JDK includes tools to useful for developing and testing programs written in the Java programming language and running on the Java platform.

          Download Java Development Kit 7 for Windows from the below link.

DOWNLOAD  (32-Bit)

DOWNLOAD (64-Bit)


Problems in Downloading ? ? ?

Click here to know how to Download from this Blog!!!


Installation Notes

When you click on download, a new tab will open. There you've to click on SKIP AD after 5 seconds as mentioned in below Image.


After clicking on SKIP AD, you'll find the download page. There you've to click on "Download Now!" button. i.e. 

After Download Completes, Install the .exe file.

Once it completes installation, you've to do the following steps.

Right click on My Computer. Then go to properties. then go to "Advanced" or "Advanced System Setting".
There you can find "Environment Variables" option. Click on it. There will be a pop up menu opened. There you've to make a new User Variable (Don't go for System variable). Click on "New".

Now you'll be asked to set Variable name and Variable Value. Set "PATH" as Variable name and set the directory as value. i.e. for me "C:\Program Files\Java\jdk1.7.0_25\bin;" . 

After setting these values, click ok to all menus. Now we're done.

Now I'm giving a small example to know how's it work. First of all Make a new folder on Desktop. Give it any name. I've given it's name is Java. Now open Notepad and copy and paste this below code.

class The007zone
{
public static void main(String s[])
{
System.out.println("It's the007zone");
}
}

Now Save it and give it's name same as class name. So I'm giving it's name "The007zone.java" in the folder Java which is on Desktop.

You've to make sure that you're giving the file name same as class name and also putting the extension .java . and You can save it anywhere in your Computer. But to make it easy, I suggest you to save it on Desktop.

Now go to run and open cmd . Now you'll see the default path in cmd is "C:\Users\Username". In Different Different OS path is different. But they all are having same meaning.

Now we have our file in Java folder on Desktop. Our current Directory is "C:\Users\Username". Now we want to go to the Desktop Directory. If we want to know which directories are there in the current path, then you just write "dir" (Without Quotes). It'll give all the directories inside the current path.

Now write "cd desktop" (Without Quotes) and press enter. Now you can see your path is changed to "C:\Users\Username\Desktop" . Now we want to know which directories are available in Desktop. So again write "dir" (Without Quotes) then press Enter. You'll able to see the directories which are on Desktop.
Now we want to go to the "Java" Directory. So write "cd Java" (Without Quotes). So now your Directory is become "C:\Users:\Username\Desktop\Java" .

Directory has been set successfully. Now we first compile the program. To compile the program, Write "javac The007zone.java" (Without Quotes). It'll compile our program. After compilation completes, you have to run this program. To run the Program, just write "java The007zone" (Without Quotes). It'll run your program and give you the output as "It's the007zone".

Here's the Output in cmd . . . .



If you like my posts then please do like it and share it as much as possible!


No comments

Powered by Blogger.