Monday, August 12, 2013

Steps to configure Java with you Operating System

Easy Step to configure the java in your operating system .Every operating system have a different Configuration like Windows have different setting ,Linux have a different setting,mac have a different settings
 This article will show you how to Configure the  jdk-7  on your system few simple steps to follow and your settings will be configure :-


1:-First check the Java Folder on the path:-C:\Program Files\Java is available or not.
into that folder java"jdk " folder is available if available then you may proceed to 2 step to configure the java.

2:-Copy the highlighted Path which is highlight in this image:-
for e.g:-"C:\Program Files\Java\jdk1.7.0\bin"



3:-Goto the desktop right click on "MyComputer"-->Properties

3:-
If you have a Windows vista,Windows7 and Windows8 :-
Click the link on the left side :-Advance System  Settings
on windows xp user no need to check Above option:-

Ater click on properties:-
Click on Advance Tab and click the ENVIRONMENT VARIABLES .


5
After clicking the ENVIRONMENT VARIABLES a new Dialog will appear
Select the path Variable and Click on Edit Button:-



6After click on Edit Button
Again a new dialog will apear:-
Goto at end of the variable value:-paste the path
Before paste the path you have to ensur that fist start with ";C:\Program Files\Java\jdk1.7.0\bin;"
as shown in the image:-

Now goto the "run" type "cmd"
into the command prompt type "javac"
if you shows the number like that :-
Finally your Java Will be Installed

These are some easy steps to Configure the Java.

Sunday, August 11, 2013

What is java and its use

Java is a programming language and platform independent  first released by James Gosling and  Sun MicroSystems in 1995.Today 3 millions of device run java.Basically java is everywhere and lots of software application and web application use java currently lots of application are created everyday for e.g:- Mobile Application,Gaming Console,Digital Clock,Traffic Signal, Scientific SuperComputers ,Cell Phone to e-Business Solutions.that means "JAVA IS EVERYWHERE...!". Java is fast ,secure,and reliable .


Is java to Download and where its available?

Yes, java free to download and you can get the latest version at just click this link:- Download Jdk.

Version of Java:-

-> JDK 1.0
->JDK 1.1
->J2SE 1.2
->J2SE 1.3
->J2SE 1.4
->J2SE 5.0
-> JAVA SE 6
->JAVA SE 7

 Oracle Corporation takeover  Sun MicroSystems in 2009-2010.


Principles of Java:-

There is some principle of Java Language :-
1. Simple, Object-oriented and familiar.
2. Robust and Secure.
3. Easy to use.
4. High-performance while Executing the application.
5. Write Once,Run AnyWhere(WORA).

Steps to Install JDK:-

Before we learn java first of all we should have to know how we can install the java.

First you have to download JDK.exe for Windows,JDK.rpm for linux,JDK.dmg for mac
on the Oracle Website if free of cost available.

1->Click the Java Download under "Java paltform(JDK)7u25.



2:- Click the "Accept License Button"  and download the installer according to their Operating System.

3:-After Download the JDk Installer Doudle click on"jdk-7-windows-i586.exe" a dialog will appears like that and click on Next Button:-

4:- And Then click on Demo and sample is optional if you want to add these feature you have to click  on  and click next:-

5:-Now your jdk-7-windows-i586.exe is going to be installed installed in your operating System:-
                              
6:Now Your jdk is installed on your system now iit is ask for to install jre:-
 7:-
See Approx 3 Billions of device run java:-
 8:- Click Finish Button:-

Now you can check on you Directory:- 
C:\Program Files\Java
Folder is available
Into that"Java" Folder  you can check that JDK1.7 and JRE7 is avaiable

On the Next Blog We have to Learn How we can Configure  jdk-7-windows-i586.exe with windows .
Thanks.