Configuration of the android Development Environment

Source: Internet
Author: User

1. Install JDK

Download and install. After windows is installed, you need to set three environment variables.

   
Java_home Specifies the JDK installation path, which is the path c: \ Program Files \ Java \ jdk1.6.0 _ 24 during installation. This path contains Lib, bin, JRE, and other folders (it is best to set this variable, this variable is required for running tomcat, eclipse, and ant in the future)
Path

Path allows the system to recognize Java commands in any path. It is set:

% Java_home % \ bin; % java_home % \ JRE \ bin

classpath

classpath is the Java class or lib path, and only the class is in classpath, only Java commands can be recognized. Set it to:

.; % java_home % \ Lib; % java_home % \ Lib \ tools. jar

(Add. indicates the current path) % java_home % refers to the previously specified java_home.

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.