Steps To Install Java
Step 1: Download JDK:-
- Go to :- http://www.oracle.com/technetwork/java/javase/downloads/index.html.
- Under "Java Platform, Standard Edition" ⇒ Click the "JDK Download" button.
- Look for the latest "Java SE Development Kit 8u{xx}" ⇒ Check "Accept License Agreement".
- Select the JDK e.g, "Windows x64" (for 64-bit Windows OS) or "Windows x86" (for 32-bit Windows OS).
- Now install the JDK and By default, the JDK will be installed in directory "
C:\Program Files\Java\jdk1.8
Step 2: SET JAVA BIN PATH TO SYSTEM VARIABLE:-
- Launch "Control Panel" ⇒ (Optional) System and Security ⇒ System ⇒ Click "Advanced system settings" on the left pane.
- Switch to "Advanced" tab ⇒ Push "Environment Variables" button.
- Under "System Variables" (the bottom pane), scroll down to select "Path" ⇒ Click "Edit...".
- Paste the Path till bin folder i.e. c:\Program Files\Java\jdk1.8.0_xx\bin.
Post a Comment