In order to compile and run sample clients for that come with WSO2 products, it is necessary to install Apache Ant on Windows.
Info | ||
---|---|---|
| ||
Refer to Installation Prerequisites for the list of all applications necessary to install and work with the WSO2 product you plan to install. |
...
Note | ||
---|---|---|
| ||
Variable set up will be effective for the CMD opened after this operation. In case a CMD was run before the variable was set up, this change will not be effective for it. To ensure the variable set up is effective, and variable value is reset, close and reopen the CMD you will run the product from, or close and reopen the browser you run the CMD from. |
Wiki Markup | ||
---|---|---|
Note | ||
| ||
The ant.bat script makes use of three environment variables ANT_HOME, CLASSPATH and JAVA_HOME. Ensure that ANT_HOME and JAVA_HOME variables are set, and that they do not have quotes (either ' or ") and they do not end with \ or with /. CLASSPATH should be unset or empty. {color} {Note} |
Setting JAVA_HOME
Refer to Installing on Windows for instructions on setting the JAVA_HOME.
...