Android Development Environment setup-Installation of Java development environment, androidjava

Source: Internet
Author: User

Android Development Environment setup-Installation of Java development environment, androidjava

(1)Install JDK (Java Developer Kit ). Download jdk1.8and install jdk-8u60-windows-i586.exe. Download official link http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

JDK1.8 installation is complete.

 (2)Configure the JDK1.8 environment variable. Right-click the computer and choose Properties> advanced system Settings> advanced> environment variable.

 

  • Create a system variable JAVA_HOME. Create a variable named JAVA_HOME in the system variable, and create a variable named JAVA_HOME in the system variable. The variable value is C: \ Program Files \ Java \ jdk1.8.0 _ 60, JAVA_HOME indicates the jdk installation directory.

 

  • Edit the system variable Path. In the system variables, edit the variable name: Path, edit the variable value, and add:; C: \ Program Files \ Java \ jdk1.8.0 _ 60 \ bin; C: \ Program Files \ Java \ jre1.8.0 _ 60 \ bin;

Test whether JDK1.8 is successfully installed and configured.

 

JDK is successfully installed and configured.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.