zoukankan      html  css  js  c++  java
  • Windows 安装 Ant 简介

    参考:

    Set it permanently:
    - Right click on My Computer
    - Go to Advanced tab
    - Click on "environment variables" button
    - Under system variables, edit "JAVA_HOME", set value to new path
    - Close all Command prompt windows - the variable does not update in existing command prompts, only new ones.

    http://ant.apache.org/manual/install.html

    Installing Ant on Windows

    1. Enter the URL: http://ant.apache.org/bindownload.cgi .
    2. On the Apache Ant Project page, find the heading Current Release of Ant .
    3. Select apache-ant-1.6.5-bin.zip [PGP] [SHA1] [MD5]
    4. Click Save to unzip the apache-ant-1.6.5-bin.zip [PGP] [SHA1] [MD5] file and save it to your C:/ directory as ant .
    5. Add the bin directory to your PATH environment variable.
    6. Add the ANT_HOME environment variable set to C:/ant .
    7. Add the ANT_OPTS environment variable set to -Xmx256M .
  • 相关阅读:
    hdu1042-N!-(java大数)
    拓扑排序-有向无环图(DAG, Directed Acyclic Graph)
    deleted
    deleted
    deleted
    deleted
    deleted
    deleted
    deleted
    deleted
  • 原文地址:https://www.cnblogs.com/ainima/p/6331368.html
Copyright © 2011-2022 走看看