Install and configure Windows 7 x64 cross-platform development environment

Source: Internet
Author: User
Tags windows 7 x64
========================================================== ============================ Windows 7 x64 cross-platform development environment installation configuration zhangliang ========================================================== ==================================== required path: 1) root directory of all development kits: % devpack_home % = c: \ devpack2) JDK installation directory: % devpack_home % \ java3) Maven installation directory: % devpack_home % \ apache-maven-3.0.54) mingw installation directory: % devpack_home % \ mingw5) Android Dev pack installation directory :( tegra-devpack-1.0-windows-2012-05-09-12749879.exe) % devpack_home % \ nvpack6) eclipse installation directory: % devpack_home % \ Juno uninstall JDK plugin) download JDK 6: http://www.oracle.com/technetwork/java/javase/downloads/jdk6downloads-1902814.htmljdk-6u45-windows-x64.exe2) decompress the package to: % devpack_home % \ java3) and configure the environment variable % java_home % = % devpack_home % \ Java % classpath % = .; % java_home % \ Lib \ DT. jar; % java_home % \ Lib \ tools. jar added % java_home % \ bin to the path environment variable ($ path indicates the original path definition): Path = $ path; % java_home % \ bin; % java_home % \ JRE \ bin unzip Maven repository) download maven3.0.5: $ wget http://mirrors.cnnic.cn/apache/maven/maven-3/3.0.5/binaries/apache-maven-3.0.5-bin.tar.gz2) unzip: $ tar-zxf apache-maven-3.0.5-bin.tar.gz3) set environment variables: new system environment variable m2_homem2_home = % devpack_home % \ apache-maven-3.0.5 add % m2_home % \ bin to PATH environment variable: Path = $ path; % m2_home % \ bin4) Close and re-open cygwin, verify: $ MVN-versionapache Maven 3.0.5 (repository; 21:51:28 + 0800) Maven home: C: \ devpack \ apache-maven-3.0.5Java version: 1.6.0 _ 24, vendor: Sun Microsystems Inc. java home: C: \ nvpack \ jdk1.6.0 _ 24 \ jredefault locale: zh_cn, platform encoding: gbkos name: "Windows 7", version: "6.1", arch: "x86 ", family: "Windows" Composer eclipse Juno plugin 1) download eclipse-jee-juno-SR2-win32-x86_64.zip2) unzip to: % devpack_home % \ Java \ eclipse3) install m2eclipse plugin Android SDK and tools plugin 1) download: tegra-devpack-1.0-windows-2012-05-09-12749879.exe2) run and install to: % devpack_home % \ nvpack unzip mingw installation ----------------------------------------------------------------- reference: http://blog.csdn.net/cheungmine/article/details/8918808

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.