Prerequisites
The following prerequisites should be met before this resolver tutorial can be compiled and run:
- JavaTM software, version 1.4 or higher. You can check the version you have installed by typing at a command line:
java -version
Something similar to the following should display:
java version "1.4.2_04" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05) Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)
If the above does not display, add <JAVA_HOME>/bin , where <JAVA_HOME> is the location where J2SETM is installed, to your PATH (in the appropriate way for your shell).
For more information on installing and running Java software, read the J2SE 1.4 Installation guide.
- Apache Ant software, version 1.6 or higher. You can check the version you have installed by typing at a command line:
ant - version
Something similar to the following should display:
Apache Ant version 1.6.2 compiled on July 16 2004
For more information on installing and running Ant software, read the Apache Ant Manual.
- A valid installation of Mulgara. See the relevant sections in the Mulgara documentation for more information.
- Basic Java programming experience.
|
|
|
© 2001-2004 Tucana Technologies, Inc. Some rights reserved. © 2006 The Mulgara Project. Some rights reserved. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
|