« PreviousNext »
Java JDK 1.8 Installation Steps On Windows 10
1) Download Java JDK Installer for windows host.
Java SE Development Kit 9 Downloads
On Mac OS, run Android Studio with Java Runtime Environment (JRE) 6 for optimized font rendering. You can then configure your project to use Java Development Kit (JDK) 6 or JDK 7. GNOME or KDE desktop; GNU C Library (glibc) 2.15 or later; 2 GB RAM minimum, 4 GB. ∟ Installing JDK 1.8 on Windows System. ∟ Downloading and Installing JDK 1.8. This section describes how to download and install Java SE Development Kit (JDK) 8u45 on a Windows system. Since Android apps are developed in Java language, you need to have a copy of JDK.
2) Install Java 1.8 by clicking on Java jdk installer.
3) Click on Next button and select the features in custom setup.
4) Click on Next button once selected features to install.
5) Click on Next button and select the folder to install java.
Jdk For Android Studio Download
6) Click on Next button and java installation will be in progress.
7) Click on Close button once java 1.8 installation is completed.
7) Goto 'System Properties' in Control Panel under System and Security and click on Advanced tab.
8)Click on Environment variables and edit path variables for java 1.8 as below in system variables section.
9) Open command prompt and run java --version command, should display below output if java environment variables are added correctly.We can also check javac command is working or not.
10)Once installed java, set the path to access java commands in all the path's.Suppose java bin directory path is 'D:Program FilesJavajdk-10.0.2bin'
How to check whether java is working ?
Run java or javac command to check whether java is working or not.
Suppose command is not found, then java isntallation is not done correctly.